Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time #2

Open
hesamira opened this issue Mar 5, 2023 · 5 comments
Open

Real time #2

hesamira opened this issue Mar 5, 2023 · 5 comments

Comments

@hesamira
Copy link

hesamira commented Mar 5, 2023

Hi every one,

How can I use this code in real time?
How can I detect objects and measure the distance to obstacles by a thermal camera simultaneously?
Can I use this code on yolov8? I mean, How parts of the code should I change?

Please help me. Thanks.

@HassanBinHaroon
Copy link
Owner

@hesamira

A No. 1: Kindly take the guidance from this link Real-Time Guidance

Feel free to ask more information.

@HassanBinHaroon
Copy link
Owner

HassanBinHaroon commented Mar 9, 2023

@hesamira

A. No. 2: Kindly note that the existing implementation is performing object detection and distance estimation simultaneously.

The object detection is done with certain level of accuracy that you can test and train you your own thermal/optical dataset.

While distance estimation accuracy is low and we are working on it.

Kindly try re-training the model if you want to train it on your own (thermal) dataset.

@HassanBinHaroon
Copy link
Owner

HassanBinHaroon commented Mar 9, 2023

@hesamira

A. No. 3: Kindly compare the detect.py of this implementation and actual detect.py.

Moreover check these links too YOLOER_V1 and YOLOER_V2

@hesamira
Copy link
Author

hesamira commented Mar 9, 2023

.
Thanks for your guidance. I mean, real time, we can detect and measure distance online, not offline.
I think that we cannot use google colab for processing online by Mono camera. Of course, we can use the webcam.

@HassanBinHaroon
Copy link
Owner

.
Thanks for your guidance. I mean, real time, we can detect and measure distance online, not offline.
I think that we cannot use google colab for processing online by Mono camera. Of course, we can use the webcam.

Yes, you're right.

Actually I didn't get time to upload the complete process for this. Maye in future.

If you want to know to the procedure immediately, we can have a short online meeting in which I'll quickly explain the procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants