├── Networks.py ├── README.md ├── config.py ├── fine_tune_list.txt ├── process_data.py ├── result ├── 1 ├── 1.PNG ├── 2.PNG └── 3.PNG ├── selectivesearch.py ├── train_and_test.py └── train_list.txt /Networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/Networks.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/config.py -------------------------------------------------------------------------------- /fine_tune_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/fine_tune_list.txt -------------------------------------------------------------------------------- /process_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/process_data.py -------------------------------------------------------------------------------- /result/1: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /result/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/result/1.PNG -------------------------------------------------------------------------------- /result/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/result/2.PNG -------------------------------------------------------------------------------- /result/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/result/3.PNG -------------------------------------------------------------------------------- /selectivesearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/selectivesearch.py -------------------------------------------------------------------------------- /train_and_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/train_and_test.py -------------------------------------------------------------------------------- /train_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Liu-Yicheng/R-CNN/HEAD/train_list.txt --------------------------------------------------------------------------------