We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2ffde commit a195e16Copy full SHA for a195e16
run
@@ -1,5 +1,5 @@
1
export PATH=/usr/local/cuda-8.0/bin:$PATH
2
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
3
GPU_ID=0
4
-CUDA_VISIBLE_DEVICES=${GPU_ID} ./tools/demo.py --dataset pascal_voc
+CUDA_VISIBLE_DEVICES=${GPU_ID} ./tools/demo2.py --dataset pascal_voc
5
0 commit comments