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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ For details about R-CNN please refer to the paper [Faster R-CNN: Towards Real-Ti
To run the demo
```Shell
cd $TFFRCNN
export PYTHONPATH=".:$PYTHONPATH" # set current directory to the python environment
python ./faster_rcnn/demo.py --model model_path
```
The demo performs detection using a VGG16 network trained for detection on PASCAL VOC 2007.
Expand Down