HassanBinHaroon / YOLOER_V2

YOLOER stands for You Only Look Once and Estimate Range. The project is about REAL-TIME Object Detection and Distance/Depth Estimation using YOLOv7 as object detector.
7 stars 0 forks source link

distance training models #1

Open Hogye opened 1 year ago

Hogye commented 1 year ago

Hello, can you provide some relevant distance training models?

HassanBinHaroon commented 1 year ago

Screenshot 2023-03-27 135458

This is one of the model in the present repository.

Hogye commented 1 year ago

Yes, I want to know the structure of this model. Can you share the code of this model? And how can we get information about this distance? What is the principle?

HassanBinHaroon commented 1 year ago

Yes, I want to know the structure of this model. Can you share the code of this model? And how can we get information about this distance? What is the principle?

Its a simple neural network now.

This project is in progress and the distance estimation model is not accurate at the moment.

Thanks!