keras_frcnn-master

所属分类:模式识别(视觉/语音等)
开发工具:Python
文件大小:1680KB
下载次数:2
上传日期:2018-08-01 09:55:06
上 传 者terry578868
说明:  frcnn为two stage目标检测算法,检测精度较高
(Frcnn is two stage target detection algorithm with high detection accuracy.)

文件列表:
.idea (0, 2018-08-01)
.idea\inspectionProfiles (0, 2018-08-01)
.idea\inspectionProfiles\profiles_settings.xml (228, 2017-11-12)
.idea\keras_frcnn.iml (508, 2018-07-01)
.idea\misc.xml (262, 2018-07-01)
.idea\modules.xml (274, 2017-11-12)
.idea\vcs.xml (180, 2017-11-12)
.idea\workspace.xml (37536, 2018-07-02)
config.pickle (1035, 2018-07-01)
extract_featuremap.py (186, 2017-11-12)
generate_simple_kitti_anno_file.py (1742, 2017-11-12)
images (0, 2018-08-01)
keras_frcnn (0, 2018-08-01)
keras_frcnn\__init__.py (0, 2017-11-12)
keras_frcnn\__pycache__ (0, 2018-08-01)
keras_frcnn\__pycache__\__init__.cpython-35.pyc (141, 2018-07-01)
keras_frcnn\__pycache__\config.cpython-35.pyc (1463, 2018-07-01)
keras_frcnn\__pycache__\data_augment.cpython-35.pyc (1662, 2018-07-01)
keras_frcnn\__pycache__\data_generators.cpython-35.pyc (9117, 2018-07-01)
keras_frcnn\__pycache__\fixed_batch_normalization.cpython-35.pyc (2974, 2018-07-01)
keras_frcnn\__pycache__\losses.cpython-35.pyc (3003, 2018-07-01)
keras_frcnn\__pycache__\resnet.cpython-35.pyc (8164, 2018-07-01)
keras_frcnn\__pycache__\roi_helpers.cpython-35.pyc (8158, 2018-07-01)
keras_frcnn\__pycache__\roi_pooling_conv.cpython-35.pyc (3683, 2018-07-01)
keras_frcnn\__pycache__\simple_parser.cpython-35.pyc (1760, 2018-07-01)
keras_frcnn\__pycache__\visualize.cpython-35.pyc (4807, 2018-07-02)
keras_frcnn\config.py (2238, 2018-07-01)
keras_frcnn\data_augment.py (1742, 2017-11-12)
keras_frcnn\data_generators.py (11958, 2017-11-12)
keras_frcnn\fixed_batch_normalization.py (3749, 2017-11-12)
keras_frcnn\losses.py (2089, 2017-11-12)
keras_frcnn\pascal_voc_parser.py (4115, 2017-11-12)
keras_frcnn\resnet.py (11128, 2017-11-12)
keras_frcnn\roi_helpers.py (9745, 2017-11-12)
keras_frcnn\roi_pooling_conv.py (4250, 2017-11-12)
keras_frcnn\simple_parser.py (2328, 2018-07-01)
keras_frcnn\vgg.py (4811, 2017-11-12)
... ...

# Keras Faster-RCNN > this is a very userful implementation of faster-rcnn based on tensorflow and keras, the model is very clear and just saved in .h5 file, out of box to use, and easy to train on other data set with full support. if you have any question, feel free to ask me via wechat: jintianiloveu ## Requirements Basically, this code supports both python2.7 and python3.5, the following package should installed: * tensorflow * keras * scipy * cv2 ## Out of box model to predict I have trained a model to predict kitti. I will update a dropbox link here later. Let's see the result of predict: ## Train New Dataset to train a new dataset is also very simple and straight forward. Simply convert your detection label file whatever format into this format: ``` /path/training/image_2/000000.png,712.40,143.00,810.73,307.92,Pedestrian /path/training/image_2/000001.png,599.41,15***0,629.75,189.25,Truck ``` Which is `/path/to/img.png,x1,y1,x2,y2,class_name`, with this simple file, we don't need class map file, our training program will statistic this automatically. ## For Predict If you want see how good your trained model is, simply run: ``` python test_frcnn_kitti.py ``` you can also using `-p` to specific single image to predict, or send a path contains many images, our program will automatically recognise that. **That's all, help you enjoy!**

近期下载者

相关文件


收藏者