rkassana / tello-rl-yolo

Tello drone object tracking using object detection (YOLO) and reinforcement learning (DDPG)
68 stars 20 forks source link

Filghts starts good, but no recognize results and 'blue' dot #1

Closed dmytro-kushnir closed 5 years ago

dmytro-kushnir commented 5 years ago

hello, i'm using Windows 10, with Nvidia Geforce RTX 2070 and trying to launch your project on my tello razor drone. I have downloaded your weights into root folder (it should be not in 'zoo', correct?). Flights starts normally, but i can't see any recognition results on screen. Moreover, if i try to delete wights from root folder - result is the same. So, probably incorrect dir? What could cause this problem? Thanks in advance.

dmytro-kushnir commented 5 years ago

issue is solved. Problem was with Keras 2.3.0 version. Fix: https://github.com/keras-team/keras/issues/13353#issuecomment-545026684