Hassan Bin Haroon
Hassan Bin Haroon
@hesamira A No. 1: Kindly take the guidance from this link [Real-Time Guidance](https://colab.research.google.com/drive/1rEJLCUzFmkjmScXfbfaha13biHx7moh8#scrollTo=DSHoYo1hCe0R) Feel free to ask more information.
@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...
@hesamira A. No. 3: Kindly compare the detect.py of this implementation and [actual](https://github.com/WongKinYiu/yolov7) detect.py. Moreover check these links too [YOLOER_V1](https://github.com/HassanBinHaroon/YOLOER_V1) and [YOLOER_V2](https://github.com/HassanBinHaroon/YOLOER_V2)
> > . > > Thanks for your guidance. I mean, real time, we can detect and measure distance online, not offline. > > I think that we cannot use...
It's a pretty basic implementation of distance estimation (I have to mention it at the very start). A simple neural network is being used for the distance estimation. Kindly take...
Kindly elaborate the "reference". I mean reference in terms of what? On Sun, 11 Dec 2022, 4:32 pm hesamira, ***@***.***> wrote: > Hi, > > What is the reference for...
The current neural network is pretty basic with certain number of layers. The provided model is not entirely trained on the target dataset so it's estimation would be erroneous. There...
Yes, you can do that. On Sun, 11 Dec 2022, 10:15 pm maulida16, ***@***.***> wrote: > hello, i want to know if i can modify the program to use yolov4...
If you are familiar with yolo file system/environment setup then it would be easier for you. On Sun, 11 Dec 2022, 11:57 pm Hassan Haroon, < ***@***.***> wrote: > Yes,...
> @Ahmedxxhatem Kindly send me your email, I'll send you the updated file. Try to retrain the model using that script then inform. Thanks!