paper-with-me

홈 › Papers

An Embedded Monocular Vision Approach for Ground-Aware Objects Detection and Position Estimation

2022-07-20 · João G. Melo, Edna Barros

In the RoboCup Small Size League (SSL), teams are encouraged to propose solutions for executing basic soccer tasks inside the SSL field using only embedded sensing information. Thus, this work proposes an embedded monocular vision approach for detecting objects and estimating relative positions inside the soccer field. Prior knowledge from the environment is exploited by assuming objects lay on the ground, and the onboard camera has its position fixed on the robot. We implemented the proposed method on an NVIDIA Jetson Nano and employed SSD MobileNet v2 for 2D Object Detection with TensorRT optimization, detecting balls, robots, and goals with distances up to 3.5 meters. Ball localization evaluation shows that the proposed solution overcomes the currently used SSL vision system for positions closer than 1 meter to the onboard camera with a Root Mean Square Error of 14.37 millimeters. In addition, the proposed method achieves real-time performance with an average processing speed of 30 frames per second.

📄 PDF Abstract BibTeX arXiv:2207.09851

Code (1)

jgocm/ssl-detector 공식 구현 tf

Tasks

2D Object Detectionobject-detectionObject DetectionPosition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Task-Aware Monocular Depth Estimation for 3D Object Detection

2019-09-17 · Xinlong Wang, Wei Yin, Tao Kong, Yuning Jiang 외

Monocular depth estimation enables 3D perception from a single 2D image, thus attracting much research attention for years. Almost all methods treat foreground and background regions ("things and stuff") in an image equa…

3D Object Detection3D Object RecognitionDepth EstimationDepth Prediction+5

Ground-aware Monocular 3D Object Detection for Autonomous Driving

2021-02-01 · Yuxuan Liu, Yuan Yixuan, Ming Liu

Estimating the 3D position and orientation of objects in the environment with a single RGB camera is a critical and challenging task for low-cost urban autonomous driving and mobile robots. Most of the existing algorithm…

3D Object Detection6D Pose Estimation using RGBAutonomous DrivingDepth Estimation+7

GA-GS: Generation-Assisted Gaussian Splatting for Static Scene Reconstruction

2026-04-06 · Yedong Shen, Shiqi Zhang, Sha Zhang, Yifan Duan 외 arxiv

Reconstructing static 3D scene from monocular video with dynamic objects is important for numerous applications such as virtual reality and autonomous driving. Current approaches typically rely on background for static s…

Autonomous Driving

CVAM-Pose: Conditional Variational Autoencoder for Multi-Object Monocular Pose Estimation

2024-10-11 · Jianyu Zhao, Wei Quan, Bogdan J. Matuszewski

Estimating rigid objects' poses is one of the fundamental problems in computer vision, with a range of applications across automation and augmented reality. Most existing approaches adopt one network per object class str…

6D Pose Estimation6D Pose Estimation using RGB

Distilled Semantics for Comprehensive Scene Understanding from Videos

2020-03-31 · CVPR 2020 6 · Fabio Tosi, Filippo Aleotti, Pierluigi Zama Ramirez, Matteo Poggi 외

Whole understanding of the surroundings is paramount to autonomous systems. Recent works have shown that deep neural networks can learn geometry (depth) and motion (optical flow) from a monocular video without any explic…

Depth EstimationKnowledge DistillationMonocular Depth EstimationMotion Segmentation+2