Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 813 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 813 Bytes

tf-eager-fasterrcnn

Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 Eager Execution.

Requirements

  • Cuda 10.0
  • Python 3.5
  • TensorFlow 2.0.0
  • cv2

Usage

see train_model.ipynb, inspect_model.ipynb and eval_model.ipynb

Download trained Faster R-CNN

Updating

  • online hard examples mining
  • soft-nms
  • TTA (multi-scale testing, flip and box voting)
  • multi-scale training

Acknowledgement

This work builds on many excellent works, which include: