[ECCV2020] NSGANetV2: Evolutionary Multi-Objective Surrogate-Assisted Neural Architecture Search
Implementation of CVPR 2020 paper "MMTM: Multimodal Transfer Module for CNN Fusion"
Neural Architecture Transfer (Arxiv'20), PyTorch Implementation
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
主要对原tensorflow版本算法进行了网络修改,显示调整,数据处理等细节优化,详细说明了 从本地训练到serving端部署yolov3的整个流程,训练了Visdrone2019无人机数据集, 准确率 较高, 训练工业检测数据集(非80类中的一类),mAP为97.51,FPS在1080上测试15-20帧!