3. Go to the folder of darknet, run `./darknet detector demo ycb/obj.data ycb/yolo-test.cfg ycb/weights/yolo-obj_7000.weights -thresh 0.5 -ext_output test1.mp4` .
4. For a headless server, you will meet an error (something looks like Gtk-WARNING cannot open display) if you execute line 3. Just try `./darknet detector demo ycb/obj.data ycb/yolo-test.cfg ycb/weights/yolo-obj_7000.weights -thresh 0.5 test1.mp4 -dont_show -ext_output -out_filename res.avi`
## Yolov5
1. Install yolov5 (assume you yolov5 project is located at `<yolov5_root>`)
2. Execute `mkdir -p <yolov5_root>/runs/train `
3. Copy `yolov5/exp2` to `<yolov5_root>/runs/train`