I've read your paper and i am very interested in your work, but i need some help.
i want to run this command
python -m nmt --out_dir=<your_model_dir> --inference_input_file=<input_video_paths.de> --inference_output_file=<predictions.gloss> --inference_ref_file=<ground_truth.gloss>
but can't understand what these files and folders are and where to find them
<your_model_dir>
<input_video_paths.de>
<predictions.gloss>
<ground_truth.gloss>
i am kinda new folk in machine learning, so sorry for a silly question :p
Thanks in advance