allencbzhang commited on
Commit
23af0d5
·
verified ·
1 Parent(s): ede1cf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
 
3
  os.system("git clone https://github.com/Visual-AI/Mr.DETR.git MrDETR && cd MrDETR && rm -f requirements.txt && pip install .")
4
  import sys
5
  sys.path.append("MrDETR/")
 
1
  import os
2
  os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
3
+ os.system("pip install numpy==1.22.4")
4
  os.system("git clone https://github.com/Visual-AI/Mr.DETR.git MrDETR && cd MrDETR && rm -f requirements.txt && pip install .")
5
  import sys
6
  sys.path.append("MrDETR/")