Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download SSD MobileNet v1 FP32 #21

Closed
AIWintermuteAI opened this issue May 12, 2021 · 3 comments
Closed

Cannot download SSD MobileNet v1 FP32 #21

AIWintermuteAI opened this issue May 12, 2021 · 3 comments

Comments

@AIWintermuteAI
Copy link

Perhaps I'm missing something obvious, but the repository actually doesn't contain model files.
https://github.com/ARM-software/ML-zoo/blob/master/models/object_detection/ssd_mobilenet_v1/tflite_fp32/ssd_mobilenet_v1.tflite

This is just plan text file with the following content
version https://git-lfs.github.com/spec/v1
oid sha256:d15f8495fce308b774fd25cf4584e6f682f2d9d1b7cb6aa81cea2d784874c51b
size 27286108

The size 26 MB, but even when I press on Raw it only shows the same information as above.

I'm testing ARM NN and trying to understand the performance difference between FP32 and INT8 models. Having official models for the comparison would help greatly.

@henriwoodcock-old
Copy link

henriwoodcock-old commented May 13, 2021

Hi @AIWintermuteAI, the models are currently down for some reason. However with the model you are using, you can recreate the model. Try running the following command:

cd models/object_detection/ssd_mobilenet_v1/tflite_fp32/recreate_model
./recreate_model.sh

@AIWintermuteAI
Copy link
Author

Great, that will suffice for this particular model.
But I think something is wrong with repository models in general...
https://github.com/ARM-software/ML-zoo/tree/master/models/speech_recognition/wav2letter/tflite_int8
This one doesn't have a original model download/conversion materials...

@robell
Copy link
Contributor

robell commented May 18, 2021

hi @AIWintermuteAI - this was due to quota issues on the Arm-software account, you should now find that the model files are populated if you clone the repo, and the models on the web interface can be downloaded again. please re-open if you have any issues.

@robell robell closed this as completed May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants