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
I run Yolov4 code. It run perfectly but I wanted to add speech that says like "person at 20 inches" but I couldn't because I couldn't find where is distance variable. In Yolov3 code, there is distance variable but in Yolov4, I couldn't find it.
The text was updated successfully, but these errors were encountered:
I figure out it has voice feedback itself. In YOLOv4/tool/utils.py file 144th line, there is code # speak.Speak(feedback). Just remove comment symbol "#". It doesn't measure distance correctly and voice module slow down speed of camera in Windows 10 though. I am sorry for late answer. Have a nice day.
I run Yolov4 code. It run perfectly but I wanted to add speech that says like "person at 20 inches" but I couldn't because I couldn't find where is distance variable. In Yolov3 code, there is distance variable but in Yolov4, I couldn't find it.
The text was updated successfully, but these errors were encountered: