Autonomous driving paper index
Depth Estimation from Monocular Infrared Images for Autonomous Flight of Drones
One-line summary
In this work, we propose a depth estimation method from an image of an infrared camera to avoid collision for night flights of a drone.
Engineering notes
Key topics: autonomous driving, depth estimation. See the paper for implementation details and experimental results.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
In this work, we propose a depth estimation method from an image of an infrared camera to avoid collision for night flights of a drone. The highest flight speed of a drone is generally approximate 22.2 m/s, and long-distant depth information is crucial for night flights since if long-distance information is not available, the drone flying at high speeds is prone to collisions. However, depth cameras with long measurable distance are too heavy to equip on a drone. This work applies Pix2Pix, which is a kind of Conditional Generative Adversarial Networks (CGANs), and it generates depth images from an infrared camera. The models are trained with taking advantage of AirSim, which is one of the flight simulators. Airsim can take both infrared and depth images over a hundred meters in the virtual environment, and our model generates a depth image that provides longer distance information than the images taken by a common depth camera. We evaluate the effectiveness of our proposed method in terms of PSNR and SSIM using test images in AirSim. In addition, the proposed method is utilized for flight simulation to evaluate the effectiveness to collision avoidance.
Links and sources
Need this topic turned into a technical roadmap?
Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.
Request B2B research
Comments