We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4f108 commit 73a5d4aCopy full SHA for 73a5d4a
install.sh
@@ -7,5 +7,9 @@
7
rm -rf venv_sa_conv
8
python3.6 -m venv venv_sa_conv
9
source venv_sa_conv/bin/activate
10
-pip install numpy # this is to avoid pycocotools incorrect dependency resolution issue
+
11
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