mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Faster RCNN
Faster R-CNN R-101-FPN model was implemented with tensorflow 2.0.
Requirements
- python 3.*
- tensorflow 2.*
- cv2
- ...
HowTo
-
Step1. Download pretrained model from Google Drive or 百度网盘 and put it in
weights/faster_rcnn.h5directory. -
Step2.
pip install required packagesaccording to your system prompts. -
Step3.
python train_model.py
- Step4. You may need to check
train_model.ipynbandinspect_model.ipynbfor some insight Since Faster-RCNN is a really huge project.
Screenshot
Acknowledgement
This work builds on many excellent works, which include:
- Heavily based on tf-eager-fasterrcnn
- matterport/Mask_RCNN
- open-mmlab/mmdetection
