Commit
·
bdf6e5a
1
Parent(s):
75b93ea
Fix dependency
Browse files- setup/install_maskal.sh +4 -3
setup/install_maskal.sh
CHANGED
@@ -19,10 +19,11 @@ pip3 install black isort flake8 flake8-bugbear flake8-comprehensions
|
|
19 |
pip3 install pickle5==0.0.11 scikit-learn==0.22.2 pandas h5py structlog
|
20 |
pip3 install baal==1.3.2 pytorch-lightning==1.5.10 transformers onnx==1.8.1 xmltodict
|
21 |
pip3 install seaborn statsmodels cerberus darwin-py
|
22 |
-
pip3 install multiprocess==0.70.12.2 pathos==0.2.8 dill==0.3.6 datasets==2.13.0 numpy==1.21.6
|
23 |
pip3 install pyyaml torch
|
24 |
-
pip3 install opencv-python opencv-contrib-python tqdm cerberus fvcore torchvision
|
25 |
-
pip3 install
|
|
|
|
|
26 |
|
27 |
### Install detectron2
|
28 |
pip3 install git+ssh://[email protected]/facebookresearch/[email protected]
|
|
|
19 |
pip3 install pickle5==0.0.11 scikit-learn==0.22.2 pandas h5py structlog
|
20 |
pip3 install baal==1.3.2 pytorch-lightning==1.5.10 transformers onnx==1.8.1 xmltodict
|
21 |
pip3 install seaborn statsmodels cerberus darwin-py
|
|
|
22 |
pip3 install pyyaml torch
|
23 |
+
pip3 install opencv-python opencv-contrib-python tqdm cerberus fvcore torchvision colorama
|
24 |
+
pip3 install testresources launchpadlib
|
25 |
+
pip3 install multiprocess==0.70.12.2 pathos==0.2.8 dill==0.3.6 datasets==2.13.0 numpy==1.21.6
|
26 |
+
pip3 install pycocotools==2.0.2 omegaconf==2.1.0.dev22 setuptools==59.5.0 pipenv==2022.1.8
|
27 |
|
28 |
### Install detectron2
|
29 |
pip3 install git+ssh://[email protected]/facebookresearch/[email protected]
|