Skip to content

Commit 73a5d4a

Browse files
committed
venv python3.6
1 parent 4c4f108 commit 73a5d4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
rm -rf venv_sa_conv
88
python3.6 -m venv venv_sa_conv
99
source venv_sa_conv/bin/activate
10-
pip install numpy # this is to avoid pycocotools incorrect dependency resolution issue
10+
1111
pip install -r requirements.txt
12+
pip install 'git+https://github.com/cocodataset/panopticapi.git'
13+
pip install 'git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI'
14+
15+
pip install -e .

0 commit comments

Comments
 (0)