-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
conda install -c conda-forge pycocotools |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pip install scikit-image | ||
pip install opencv-python | ||
pip install imgaug | ||
pip install lxml | ||
pip install pandas | ||
pip install selectivesearch | ||
pip install tensorflow-gpu==1.13.1 | ||
pip install keras==2.2.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pip install scikit-image | ||
pip install opencv-python | ||
pip install imgaug | ||
pip install lxml | ||
pip install pandas | ||
pip install selectivesearch | ||
pip install tensorflow-gpu==1.15.2 | ||
pip install keras==2.3.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pip install scikit-image | ||
pip install opencv-python | ||
pip install imgaug | ||
pip install lxml | ||
pip install pandas | ||
pip install selectivesearch | ||
pip install tensorflow-gpu==1.15.2 | ||
pip install keras==2.3.0 | ||
pip install contextlib2 | ||
conda install -c conda-forge pycocotools -y | ||
conda install nb_conda -y |