Skip to content

Commit b188627

Browse files
authored
Adding Keras RCNN
adding code to install Keras RCNN (Kaggle#172)
1 parent f0ed3aa commit b188627

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ RUN apt-get install -y libfreetype6-dev && \
8989
cd /usr/local/src && mkdir keras-rl && cd keras-rl && \
9090
git clone --depth 1 https://github.com/matthiasplappert/keras-rl.git && \
9191
cd keras-rl && python setup.py install && \
92+
#keras-rcnn
93+
pip install git+https://github.com/broadinstitute/keras-rcnn && \
9294
#neon
9395
cd /usr/local/src && \
9496
git clone --depth 1 https://github.com/NervanaSystems/neon.git && \

0 commit comments

Comments
 (0)