chore: add detectron2 dependencies (fvcore/iopath/etc)
Browse files- requirements.txt +12 -0
requirements.txt
CHANGED
|
@@ -20,6 +20,18 @@ scipy
|
|
| 20 |
onnxruntime
|
| 21 |
gdown
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
# NOTE (HF Spaces): do not use local-path installs here.
|
| 24 |
# HF builds install requirements BEFORE copying the repo into /app.
|
| 25 |
# detectron2 is installed from vendored source in `postBuild`.
|
|
|
|
| 20 |
onnxruntime
|
| 21 |
gdown
|
| 22 |
|
| 23 |
+
# detectron2 runtime deps (needed when importing vendored detectron2 via PYTHONPATH)
|
| 24 |
+
fvcore>=0.1.5,<0.1.6
|
| 25 |
+
iopath>=0.1.7,<0.1.10
|
| 26 |
+
yacs>=0.1.8
|
| 27 |
+
termcolor>=1.1
|
| 28 |
+
tabulate
|
| 29 |
+
cloudpickle
|
| 30 |
+
tensorboard
|
| 31 |
+
pycocotools>=2.0.2
|
| 32 |
+
packaging
|
| 33 |
+
black
|
| 34 |
+
|
| 35 |
# NOTE (HF Spaces): do not use local-path installs here.
|
| 36 |
# HF builds install requirements BEFORE copying the repo into /app.
|
| 37 |
# detectron2 is installed from vendored source in `postBuild`.
|