Skip to content

Commit

Permalink
- Addition of conda env file for cpu and gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Juliani committed Jun 22, 2018
1 parent 1e28e7b commit 3cd90cb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions environment-cpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: mask_rcnn_cpu
channels:
- defaults
- conda-forge
dependencies:
- python=3.*
- matplotlib
- numpy
- opencv
- pillow
- scipy
- scikit-image
- h5py
- jupyter
- pandas
- imageio
- tensorflow=1.8.*
- keras>=2.2.0
- cython
- pip:
- imgaug
- git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI
- importlib
23 changes: 23 additions & 0 deletions environment-gpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: mask_rcnn_gpu
channels:
- defaults
- conda-forge
dependencies:
- python=3.*
- matplotlib
- numpy
- opencv
- pillow
- scipy
- scikit-image
- h5py
- jupyter
- pandas
- imageio
- tensorflow-gpu=1.8.*
- keras>=2.2.0
- cython
- pip:
- imgaug
- git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI
- importlib

0 comments on commit 3cd90cb

Please sign in to comment.