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 can't download the file "pose_iter_160000.caffemodel", so I found the file on the Internet and copied it to the document. But when I ran the project, it couldn't work.
sent: command
sent: streamon
Traceback (most recent call last):
File "F:/pycode/Tello-Python/Tello_Video_With_Pose_Recognition/main.py", line 14, in
main()
File "F:/pycode/Tello-Python/Tello_Video_With_Pose_Recognition/main.py", line 8, in main
vplayer = TelloUI(drone,"./img/")
File "F:\pycode\Tello-Python\Tello_Video_With_Pose_Recognition\tello_control_ui.py", line 43, in init
self.my_tello_pose = Tello_Pose()
File "F:\pycode\Tello-Python\Tello_Video_With_Pose_Recognition\tello_pose.py", line 29, in init
self.net = cv2.dnn.readNetFromCaffe(self.protoFile, self.weightsFile)
AttributeError: 'module' object has no attribute 'dnn'
The text was updated successfully, but these errors were encountered:
Since Python has officially stopped the maintenance of Python 2.7 version, and the DJI also has stopped the maintenance of Tello SDK python 2.7 sample, there may be some system compatibility problems, sorry for the inconvenience.
About tello sdk developer documentations, below link is for your reference( and there`s sample in the link ).
I can't download the file "pose_iter_160000.caffemodel", so I found the file on the Internet and copied it to the document. But when I ran the project, it couldn't work.
sent: command
sent: streamon
Traceback (most recent call last):
File "F:/pycode/Tello-Python/Tello_Video_With_Pose_Recognition/main.py", line 14, in
main()
File "F:/pycode/Tello-Python/Tello_Video_With_Pose_Recognition/main.py", line 8, in main
vplayer = TelloUI(drone,"./img/")
File "F:\pycode\Tello-Python\Tello_Video_With_Pose_Recognition\tello_control_ui.py", line 43, in init
self.my_tello_pose = Tello_Pose()
File "F:\pycode\Tello-Python\Tello_Video_With_Pose_Recognition\tello_pose.py", line 29, in init
self.net = cv2.dnn.readNetFromCaffe(self.protoFile, self.weightsFile)
AttributeError: 'module' object has no attribute 'dnn'
The text was updated successfully, but these errors were encountered: