目标检测定位算法源码
代码说明:
说明: 这个一个在目标检测中起定位作用的神经网络代码,不过这次我没有写使用教程,东西应该不难。(This is a neural network code that plays a role in target detection, but this time I did not write a tutorial, things should not be difficult.)
文件列表:
目标检测定位算法源码, 0 , 2020-10-08
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master, 0 , 2020-05-31
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\.gitignore, 1292 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_iterator_base, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_iterator_base\data_batch.py, 596 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_iterator_base\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base\base_data_adapter.py, 359 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base\base_provider.py, 748 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base\pickle_provider.py, 4102 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base\text_list_adapter.py, 1694 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\data_provider_base\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\image_augmentation, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\image_augmentation\augmentor.py, 10362 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\image_augmentation\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\inference_speed_eval, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\inference_speed_eval\inference_speed_eval_with_mxnet_cudnn.py, 4230 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\inference_speed_eval\inference_speed_eval_with_tensorrt_cudnn.py, 7265 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\inference_speed_eval\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\logging_GOCD.py, 1877 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm\cross_entropy_with_focal_loss_for_one_class_detection.py, 2669 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm\cross_entropy_with_hnm_for_one_class_detection.py, 3278 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm\mean_squared_error_with_hnm_for_one_class_detection.py, 2946 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm\mean_squared_error_with_ohem_for_one_class_detection.py, 1847 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\loss_layer_farm\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\README.md, 950 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\solver_GOCD.py, 7990 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\train_GOCD.py, 2208 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\ChasingTrainFramework_GeneralOneClassDetection\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\accuracy_evaluation, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\accuracy_evaluation\evaluation_on_fddb.py, 2413 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\accuracy_evaluation\evaluation_on_widerface.py, 2793 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\accuracy_evaluation\predict.py, 11095 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_320_20L_5scales_v2, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_320_20L_5scales_v2\symbol_10_320_20L_5scales_v2_deploy.prototxt, 16689 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_320_20L_5scales_v2\train_10_320_20L_5scales_v2_iter_1000000.caffemodel, 6092129 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_560_25L_8scales_v1, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_560_25L_8scales_v1\symbol_10_560_25L_8scales_v1_deploy.prototxt, 24297 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\configuration_10_560_25L_8scales_v1\train_10_560_25L_8scales_v1_iter_1400000.caffemodel, 9177047 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\predict_caffemodel.py, 9915 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\predict_caffemodel_v2.py, 9753 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\caffemodel\README.md, 960 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\config_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\config_farm\configuration_10_320_20L_5scales_v2.py, 11676 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\config_farm\configuration_10_560_25L_8scales_v1.py, 11516 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\config_farm\__init__.py, 98 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_iterator_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_iterator_farm\multithread_dataiter_for_cross_entropy_v1.py, 26241 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_iterator_farm\multithread_dataiter_for_cross_entropy_v2.py, 26206 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_iterator_farm\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_provider_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_provider_farm\pickle_provider.py, 4123 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_provider_farm\reformat_voc.py, 6033 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_provider_farm\reformat_WIDERFACE.py, 6128 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\data_provider_farm\text_list_adapter.py, 1711 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\demo, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\demo\demo.py, 6442 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt, 0 , 2020-05-22
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image\test1.jpg, 51437 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image\test2.jpg, 47380 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image\test3.jpg, 48246 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image\test5.jpg, 53234 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\debug_image\test6.jpg, 37664 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\predict_tensorrt.py, 13785 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\README.md, 887 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\test.py, 322 , 2020-05-22
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\deploy_tensorrt\to_onnx.py, 1281 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\inference_speed_evaluation, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\inference_speed_evaluation\inference_speed_eval.py, 1209 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\inference_speed_evaluation\README.md, 919 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\metric_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\metric_farm\metric_default.py, 1800 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\metric_farm\__init__.py, 0 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results\v1_qualitative_1.jpg, 286723 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results\v1_qualitative_2.jpg, 265694 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results\v1_qualitative_3.jpg, 197624 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results\v1_qualitative_4.jpg, 257316 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\qualitative_results\v1_qualitative_5.jpg, 166773 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\README.md, 11058 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\saved_model, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\saved_model\configuration_10_320_20L_5scales_v2, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\saved_model\configuration_10_320_20L_5scales_v2\train_10_320_20L_5scales_v2_iter_1000000.params, 6088868 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\saved_model\configuration_10_560_25L_8scales_v1, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\saved_model\configuration_10_560_25L_8scales_v1\train_10_560_25L_8scales_v1_iter_1400000.params, 9171788 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\symbol_10_320_20L_5scales_v2.py, 20809 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\symbol_10_320_20L_5scales_v2_deploy.json, 42802 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\symbol_10_560_25L_8scales_v1.py, 25851 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\symbol_10_560_25L_8scales_v1_deploy.json, 61934 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\symbol_structures.xlsx, 17888 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\face_detection\symbol_farm\__init__.py, 97 , 2020-03-28
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\head_detection, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\head_detection\accuracy_evaluation, 0 , 2020-05-19
目标检测定位算法源码\A-Light-and-Fast-Face-Detector-for-Edge-Devices-master\head_detection\accuracy_evaluation\evaluation_on_brainwash.py, 4332 , 2020-03-28
下载说明:请别用迅雷下载,失败请重下,重下不扣分!