This is a program that sends frames from a video to remote servers of the server_nn-api for their further processing and receives them back. Based on video_nn
In $(pwd) you have to add a file servers.txt , in which the server addresses are written through new lines.
http://127.0.0.1:5001
http://127.0.0.1:5002
http://127.0.0.1:5003
docker run -v $(pwd):/mounted --env PASS_HEAD="your_pass" forez/server_nn-head:latest --input upbar.mp4 --output Upd/Updated_upbar.mp4
--input --output args relative to $(pwd)
See results in your output folder.
Result from example available on: $(pwd)/Upd/Updated_upbar.mp4
Content type
Image
Digest
Size
580.3 MB
Last updated
over 4 years ago
docker pull forez/server_nn-head