nyxrobotics commited on
Commit
5cb0fdc
·
1 Parent(s): 37dafd4

Install latest labelme

Browse files
Files changed (1) hide show
  1. setup/install_maskal.sh +5 -4
setup/install_maskal.sh CHANGED
@@ -1,7 +1,8 @@
1
  #!/bin/bash
2
  ### Install labelme
3
  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==6.0.1
@@ -26,9 +27,9 @@ 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
 
1
  #!/bin/bash
2
  ### Install labelme
3
  sudo apt install python3-pyqt5 -y
4
+ # sudo pip3 install labelme
5
+ sudo pip3 install git+https://github.com/labelmeai/labelme.git
6
  ### Install required
7
  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
8
  pip3 install cython pyyaml==6.0.1
 
27
  pip3 install seaborn
28
  pip3 install statsmodels
29
  pip3 install cerberus
30
+ pip3 install darwin-py
31
+ pip3 install multiprocess==0.70.12.2 pathos==0.2.8 dill==0.3.6 datasets==2.13.0 numpy==1.21.6
32
+ pip3 install pyyaml torch
33
  pip3 install opencv-python pip install opencv-contrib-python
34
  pip3 install tqdm cerberus fvcore torchvision
35
  pip3 install pycocotools==2.0.2