We have some questions regarding the docker image for the validation and test sets:
1. Are the images going to be handled as a volume to be loaded? if so can you provide the path to the volume?
2. To ensure that our docker corresponds to what is expected, could you provide the command with which the docker will be run?
Thank you
Created by Laura Bravo-Sanchez laubravo Please check my answers below:
1. As stated in this document, you should prepare a script that take the input path of all videos as input parameter and also the folder where the results are saved. They are not handled as a volume, we use a bind mount instead, to mount into a container the input and output directories on the host machine.
2. This is the command that we will use to run your docker images: _docker run -it --gpus all --ipc=host -v :/input -v :/output python /root/ProcessInputVideos.py /input/ /output_
Thanks for your interest in our challenge.