google / automl-video-ondevice

Apache License 2.0
53 stars 20 forks source link

RuntimeError: The basic tracker is not publicly available yet, #30

Open GOBish opened 4 years ago

GOBish commented 4 years ago

Trying to use the object tracker in coral_camera_demo.py (--use_tracker=True) and I get the error:

''' RuntimeError: The basic tracker is not publicly available yet, please reach out to repo maintainers for early access. If this error persists, it may mean your CPU architecture is not yet supported. '''

Notes - this is with Raspberry Pi 4 and Coral USB

sarthak3248 commented 4 years ago

@GOBish I think it a case of accessibility of the code.You have not been granted the permission to use the code or there might be problem while cloning the code. I hope this might help you!

GOBish commented 4 years ago

@sarthak3248 I re-cloned the code and I still get the error File "/home/gbenel/automl-video-ondevice/automl_video_ondevice/object_tracking/mediapipe_object_tracker.py", line 31, in 'The basic tracker is not publicly available yet, ' RuntimeError: The basic tracker is not publicly available yet, please reach out to repo maintainers for early access. If this error persists, it may mean your CPU architecture is not yet supported.

sarthak3248 commented 4 years ago

@GOBish In line 31 of the code that you are cloning , there is a pre-requisite that you should be a co-developer and since the original "owner" of the code doesnt allow that to be available for the public,the same error is reoccuring even after you reclone it and the error keeps on popping!

qwook commented 4 years ago

@GOBish can you run the following:

cd automl_video_ondevice/object_tracking/mediapipe_tracker/aarch64/
python -c "import mediapipe_tracker"

And let me know what you get? This tracker should be available for aarch64 by now.