Skip to content

Commit 1cfdd66

Browse files
committed
Use detectron2 version with Windows crash fix (currently from my fork)
1 parent 68b828f commit 1cfdd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def prerelease_local_scheme(version):
8787
'onnx',
8888
# detectron2 is installed in the dockerfile, so it needs to be commented out here
8989
# 'detectron2@git+https://github.com/facebookresearch/detectron2@main', # v0.6+patches
90-
# 'detectron2@git+https://github.com/facebookresearch/detectron2@v0.6', # latest version crashes
90+
# 'detectron2@git+https://github.com/dzenanz/detectron2@main', # official version crashes
9191
],
9292
license='Apache Software License 2.0',
9393
keywords='multic',

0 commit comments

Comments
 (0)