zoukankan      html  css  js  c++  java
  • 泡泡一分钟:Real-Time Vehicle Detection from Short-Range Aerial Image with Compressed MobileNet

    张宁 Real-Time Vehicle Detection from Short-Range Aerial Image with Compressed MobileNet
    链接:https://pan.baidu.com/s/1Uk6McGCnCzTieJYehjSFBA
    提取码:e0bn

    Yuhang He, Ziyu Pan, Lingxi Li, Yunxiao Shan, Dongpu Cao and Long Chen

     Vehicle detection from short-range aerial image faces challenges including vehicle blocking, irrelevant object interference, motion blurring, color variationetc., leading to the difficulty to achieve high detection accuracy and realtime detection speed. In this paper, benefiting from the recent development in MobileNet family network engineering, we propose a compressed MobileNet which is not only internally resistant to the above listed challenges but also gains the best detection accuracy/speed tradeoff when comparing with the original MobileNet. In a nutshell, we reduce the bottleneck architecture number during the feature map downsampling stage but add more bottlenecks during the feature map plateau stage, neither extra FLOPs nor parameters are thus involved but reduced inference time and better accuracy are expected. We conduct experiment on our collected 5-k short-range aerial images,containingsixvehiclecategories:truck,car,bus,bicycle, motorcycle, crowded bicycles and crowded motorcycles. Our proposed compressed MobileNet achieves 110 FPS(GPU), 31 FPS(CPU) and 15 FPS(mobile phone), 1.2 times faster and 2% more accurate(mAP) than the original MobileNet.

  • 相关阅读:
    python之attrgetter函数对对象排序
    python之itemgetter函数:对字典列表进行多键排序
    python之异常处理
    selenium之截图
    selenium之调用Javascript
    selenium之下载
    selenium之测试卫星资料页面操作(元素遍历)
    selenium之测试角色管理页面举例
    selenium之封装登陆操作
    selenium之安装和登陆操作举例
  • 原文地址:https://www.cnblogs.com/feifanrensheng/p/11661835.html
Copyright © 2011-2022 走看看