smellslikeml / ActionAI

Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
https://www.hackster.io/actionai/actionai-custom-tracking-multiperson-activity-recognition-fa5cb5
GNU General Public License v3.0
763 stars 191 forks source link

Error when try to run teachable_machine.py #23

Open muhk01 opened 4 years ago

muhk01 commented 4 years ago

None Traceback (most recent call last): File "teachable_machine.py", line 54, in <module> for body in pose_list: TypeError: 'NoneType' object is not iterable Segmentation fault (core dumped) i got this error when run the program, i already make sure that video contain person and exist.

muhk01 commented 4 years ago

i do run on gtx 1080ti laptop, and figured it out that body_dict = draw_objects(image, counts, objects, peaks) always return 'None' does this occured also in jetson?