fendiprime commited on
Commit
8215342
·
1 Parent(s): 7592bb3

Add prebuild Detectron2

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  pyyaml==5.1
2
  torch==1.10.0
3
  torchvision==0.12.0
 
4
 
5
  gradio
6
  numpy
 
1
  pyyaml==5.1
2
  torch==1.10.0
3
  torchvision==0.12.0
4
+ detectron2 @ git+https://github.com/facebookresearch/detectron2.git
5
 
6
  gradio
7
  numpy