错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Streaming Object Detection on Fisheye Cameras for Automatic Parking

  • Yixiong Yan,
  • Liangzhu Cheng,
  • Yongxu Li,
  • Xinjuan Tuo,
  • Baoqiang Huang,
  • Yakun Zhu

摘要

Fisheye cameras are widely employed in automatic parking, and the video stream object detection (VSOD) of the fisheye camera is a fundamental perception function to ensure the safe operation of vehicles. In past research, the difference between the output of the deep learning model and the actual situation at the current moment due to the existence of delay of the perception system is generally ignored. Nevertheless, the environment will inevitably change within the delay, which may cause a potential safety hazard. This paper proposes a real-time detection framework with a dual-flow perception module (dynamic and static flows) that can predict the future and alleviate the time-lag problem. Meanwhile, we use a new scheme to evaluate latency and accuracy. The standard bbox is unsuitable for the object in fisheye camera images due to the solid radial distortion of the fisheye camera. The primary detection objects of parking perception are vehicles and pedestrians, so we adopt the rotated bbox and propose a new periodic angle loss function to regress the angle of the box, which is the simple and accurate representation method of objects. The instance segmentation ground truth is used to supervise the training. Experiments demonstrate the effectiveness of our approach. Code is released at: https://gitee.com/hiyanyx/fisheye-streaming-perception .