You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements object detection and range estimation. The object detection is done through YOLOV5 in this implementation. The project works in concatenation i.e object detection output is input to the range estimation model.
YOLOER stands for You Only Look Once and Estimate Range. The project is about REAL-TIME Object Detection and Distance/Depth Estimation using YOLOv5 as object detector.