Please submit your work that can meet the following requirements: 1.You need to submit the environment installation script file(s) (install.sh), which can be directly run by us. We assume that after runing the environment installation script file(s) on a blank Jetson TX2 board, your design should be able to run properly. In the script files(s), you may use relative or absolute path, and the absolute path should works on our TX2 board. The root path on our board is "/home/nvidia" 2.You also need to submit a run.sh file, which is the only file that we need to run to evaluate your work. After running the run.sh file, all the xml result files should be generated in a single directory (which is "/home/nvidia/result/xml/$teamName$"). The file name of the xml result should be the same as the image name. The fps result should be stored in "alltime.txt" file and generated under "/home/nvidia/result/time/". All your files such as codes, model, trained_weights and etc., shoud be contained in one directory and named as your "teamName". And this directory will be directly copied to our evaluate board under "/home/nvidia/" directory. You can use absolute path in your code or run.sh file. And the folder structure must follow the format as shown below: ## Folder structure: ## /home/nvidia/ (this is the absolute path on our evaluate board) ## /home/nvidia/images/ (all the test images are stored in this folder) - 00001.jpg - 00002.jpg - 00003.jpg ... ## /home/nvidia/images/result/ (this directory contains "time" and "xml" sub-directory) ## /home/nvidia/images/result/time/ (your FPS result is generated in this folder after runing run.sh) - alltime.txt ## /home/nvidia/images/result/xml/ (this directory contains "teamName" sub-directory) ## /home/nvidia/images/result/xml/$teamName$/ (your xml results are generated here) - 00001.xml - 00002.xml - 00003.xml ... ## /home/nvidia/$teamName$/ (put all your files (sub-directories) in this directory) - code.py (all your codes, model, trained_weights, do not include any images) - models - trained_weights - install.sh - run.sh - (sub-directorys) ... 3.Please put everything in a folder named as your "teamName". This folder will be directly copied to our board under "/home/nvidia/". For your submission, please compress the folder by zip or tar and send it to dac.sdc.2019@gmail.com by email. Thanks.