We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a171c commit 596843fCopy full SHA for 596843f
make_target.py
@@ -7,7 +7,7 @@
7
import os
8
import warnings
9
warnings.filterwarnings('ignore')
10
-os.environ['CUDA_VISIBLE_DEVICES'] = "3"
+os.environ['CUDA_VISIBLE_DEVICES'] = "0"
11
12
openpose_dir = Path('./src/PoseEstimation/')
13
0 commit comments