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 cd5776d commit e47974bCopy full SHA for e47974b
data/config.py
@@ -1,7 +1,8 @@
1
# config.py
2
3
# gets home dir cross platform
4
-
+import cv2
5
+cv2.setNumThreads(0) # pytorch issue 1355: possible deadlock in dataloader
6
# note: if you used our download scripts, this should be right
7
VOCroot = '/home/user/Database/VOCdevkit' # path to VOCdevkit root dir
8
COCOroot = '/home/user/Database/MSCOCO2017'
0 commit comments