- no side refinement
- no recurrent network
- tensorflow(1.12.0)
- PIL
- numpy
- train.py #for training
- eval.py #for evaluation
- config.py #all configs are congregated here
- model.py #build the model
- tf_vgg_pretrained.py #convert a keras vgg16 model to tensorflow
edit eval.py at line 19 to put your image path,then run python ./eval.py
.You will see result image pops up with bounding boxes drawn on it.