Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down