Skip to content

leeecheng/ReInspect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReInspect

ReInspect is an neural network extension to Overfeat-GoogLeNet in Caffe. It is designed for high performance object detection in images with heavily overlapping instances. See the paper for details.

Installation

ReInspect depends on Caffe and requires the ApolloCaffe pull request.

$ git clone http://github.com/russell91/apollocaffe
$ cp <your caffe Makefile.config> apollocaffe/Makefile.config
$ cd apollocaffe && make -j8
$ export PYTHONPATH=/path/to/apollocaffe/python:$PYTHONPATH
$ export LD_LIBRARY_PATH=/path/to/apollocaffe/build/lib:$LD_LIBRARY_PATH

With ApolloCaffe installed, you can run ReInspect with:

$ git clone http://github.com/russell91/reinspect
$ cd reinspect
$ python train.py --config config.json --gpu -1

Evaluation

To evaluate ReInspect we have provided an ipython notebook that can be used to visualize the performance of the model.

The evaluation script depends on the python munkres library and ipython notebook.

To run the notebook cd into the reinspect directory and run

$ ipython notebook "--ip=*"

Open your favourite browser and navigate to "localhost:8888/notebooks/evaluation_reinspect.ipynb". From there you should be able to evaluate the reinspect model by running each of the ipython notebook boxes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%