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
fix: add model download step to Coral TPU deploy.sh
The skill crashed with 'No Edge TPU model found' because deploy.sh
never downloaded a .tflite model. Now downloads SSD MobileNet V2
(Edge TPU compiled) from google-coral/test_data during deployment,
plus a CPU-only fallback variant.
0 commit comments