Skip to content

Commit 596843f

Browse files
authored
step2
1 parent 92a171c commit 596843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_target.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import warnings
99
warnings.filterwarnings('ignore')
10-
os.environ['CUDA_VISIBLE_DEVICES'] = "3"
10+
os.environ['CUDA_VISIBLE_DEVICES'] = "0"
1111

1212
openpose_dir = Path('./src/PoseEstimation/')
1313

0 commit comments

Comments
 (0)