From 3d2875f59846e303b1bbc4e2d05456e992402de9 Mon Sep 17 00:00:00 2001 From: Daniela Date: Wed, 4 Oct 2017 17:09:43 -0300 Subject: [PATCH] Adding info for docker image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6e3e51d5..4d3598777 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ If you find Faster R-CNN useful in your research, please consider citing: ### Installation (sufficient for the demo) +**Note:** If you don't have GPU, you can run the demo just using your CPU and [this](https://hub.docker.com/r/danielariesgo/py-faster-rcnn/) Docker image. +In this case, you should only [install Docker](https://docs.docker.com/engine/installation/) and follow the instructions in the docker image's readme. + + 1. Clone the Faster R-CNN repository ```Shell # Make sure to clone with --recursive