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

YOLOV8Detector Tflite conversion model size problem. #2334

Closed
Alparslan-Tamer opened this issue Feb 6, 2024 · 1 comment
Closed

YOLOV8Detector Tflite conversion model size problem. #2334

Alparslan-Tamer opened this issue Feb 6, 2024 · 1 comment

Comments

@Alparslan-Tamer
Copy link

Hello,

I converted the model to float32 and float16 with Tflite, but I expected that the float16 model would have about 2 times smaller size than float32, but the opposite happened. Is this normal behavior?

I have prepared a sample code on Colab: https://colab.research.google.com/drive/11eyUwMcTB_8X6oJrjSBjuRRd-gBDh3Du?usp=sharing

@Alparslan-Tamer
Copy link
Author

Alparslan-Tamer commented Feb 7, 2024

false alarm!!! The conversion I thought was float32 is uint8, so the model sizes are correct. I updated the colab link, anyone who needs it can look there.

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

1 participant