google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.62k stars 694 forks source link

Trying to locate the file mobilenet_ssd_256res_0.125_person_cat_dog_anchors.txt #714

Closed juntao closed 3 years ago

juntao commented 3 years ago

I am trying to find the mobilenet_ssd_256res_0.125_person_cat_dog_anchors.txt file referenced in line #28 in object_detection.py

https://github.com/google/aiyprojects-raspbian/blob/aiyprojects/src/aiy/vision/models/object_detection.py

I tried to search this repository but could not find it. Any help would be greatly appreciated!

dmitriykovalev commented 3 years ago

This file should be in /opt/aiy/models on the SD card image.

juntao commented 3 years ago

Thanks!