Sign inSign up

forez/server_nn-head

By forez

Updated over 4 years ago

Image
0

35

forez/server_nn-head repository overview

server_nn-head

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

GitHub of project

example

In $(pwd) you have to add a file servers.txt , in which the server addresses are written through new lines.

example of servers.txt
http://127.0.0.1:5001
http://127.0.0.1:5002
http://127.0.0.1:5003
example of start

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)

Results

See results in your output folder.

Result from example available on: $(pwd)/Upd/Updated_upbar.mp4

Tag summary

Content type

Image

Digest

Size

580.3 MB

Last updated

over 4 years ago

docker pull forez/server_nn-head