Skip to content

Commit fdbcc47

Browse files
authored
Update README.md
1 parent d67dda0 commit fdbcc47

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ MSVD Checkpoint: [download](https://uflorida-my.sharepoint.com/:f:/g/personal/w_
8888
LSMDC Checkpoint: (TBA)
8989

9090

91+
## Demo
92+
For a live demo, we make use of a server running our system and a client extracting and submiting cnn features to the server.
93+
94+
To start the server just run the script:
95+
96+
`python live_mtle_server.py <path_to_checkpoint>`
97+
98+
The server then will output a temp_uri string that you need to use on the client to point where you want to send the input to.
99+
100+
To run the client just execute the following script with the mode you want to run the client. There are three types: live (screen capture), prompt (you pass the path of the video), headless (you pass a list of videos to process)
101+
102+
`python live_mtle_client.py <tem_uri> --mode <run_mode>`
103+
104+
91105
## Acknowledgements
92106
Big thanks to Li Yao and his original project [arctic-capgen-vid](https://github.com/yaoli/arctic-capgen-vid), which this project derives from.
93107

0 commit comments

Comments
 (0)