# Faster-RCNN-WIDERFace **Repository Path**: crazyminy/Faster-RCNN-WIDERFace ## Basic Information - **Project Name**: Faster-RCNN-WIDERFace - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://drive.google.com/open?id=12gh8ei9w6MeAXXIxONNR-xdEdTJ8Zkko) or [百度网盘](https://pan.baidu.com/s/1I5PGkpvnDSduJnngoWuktQ) and put it in `weights/faster_rcnn.h5` directory. - Step2. `pip install required packages` according to your system prompts. - Step3. ``` python train_model.py ``` - Step4. You may need to check `train_model.ipynb` and `inspect_model.ipynb` for some insight Since Faster-RCNN is a really huge project. # Screenshot ![](shot.png) # Acknowledgement This work builds on many excellent works, which include: - Heavily based on [tf-eager-fasterrcnn](https://github.com/Viredery/tf-eager-fasterrcnn) - [matterport/Mask_RCNN](https://github.com/matterport/Mask_RCNN) - [open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)