nyxrobotics commited on
Commit
fcc7f0d
·
1 Parent(s): 6cfcb02

Change version

Browse files
Files changed (1) hide show
  1. setup/install_maskal.sh +7 -4
setup/install_maskal.sh CHANGED
@@ -4,7 +4,7 @@ sudo apt install python3-pyqt5 -y
4
  sudo pip3 install labelme
5
  ### Install required
6
  pip3 install --user torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio===0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
7
- pip3 install cython pyyaml==5.3
8
  pip3 install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
9
  pip3 install jupyter
10
  pip3 install opencv-python
@@ -21,18 +21,21 @@ pip3 install structlog
21
  pip3 install baal==1.3.2 pytorch-lightning==1.5.10
22
  pip3 install transformers
23
  pip3 install datasets
24
- pip3 install onnx==1.4.1
25
  pip3 install xmltodict
26
  pip3 install seaborn
27
  pip3 install statsmodels
28
  pip3 install cerberus
29
- pip3 install darwin-py
30
- pip3 install pyyaml numpy==1.23.1 torch
 
31
  pip3 install opencv-python pip install opencv-contrib-python
32
  pip3 install tqdm cerberus fvcore torchvision
33
  pip3 install pycocotools==2.0.2
34
  pip3 install detectron2==0.1.3 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.5/index.html
35
  pip3 install colorama
 
 
36
  ### Fix baal bug
37
  sed -i \
38
  "s@from structlog.dev import ConsoleRenderer, _has_colorama@from structlog.dev import ConsoleRenderer\ntry:\n import colorama\n _has_colorama = True\nexcept ImportError:\n _has_colorama = False@g" \
 
4
  sudo pip3 install labelme
5
  ### Install required
6
  pip3 install --user torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio===0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
7
+ pip3 install cython pyyaml==6.0.1
8
  pip3 install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
9
  pip3 install jupyter
10
  pip3 install opencv-python
 
21
  pip3 install baal==1.3.2 pytorch-lightning==1.5.10
22
  pip3 install transformers
23
  pip3 install datasets
24
+ pip3 install onnx==1.8.1
25
  pip3 install xmltodict
26
  pip3 install seaborn
27
  pip3 install statsmodels
28
  pip3 install cerberus
29
+ pip3 install pillow==9.5.0
30
+ pip3 install darwin-py==0.7.26
31
+ pip3 install numpy==1.23.1 torch
32
  pip3 install opencv-python pip install opencv-contrib-python
33
  pip3 install tqdm cerberus fvcore torchvision
34
  pip3 install pycocotools==2.0.2
35
  pip3 install detectron2==0.1.3 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.5/index.html
36
  pip3 install colorama
37
+ pip3 install omegaconf==2.2
38
+
39
  ### Fix baal bug
40
  sed -i \
41
  "s@from structlog.dev import ConsoleRenderer, _has_colorama@from structlog.dev import ConsoleRenderer\ntry:\n import colorama\n _has_colorama = True\nexcept ImportError:\n _has_colorama = False@g" \