Reduce weight size #3726
Replies: 1 comment
-
@hochschulfreunde hello! To reduce the weight size of your YOLOv8 model, you can consider the following strategies:
Remember, each of these methods may affect the performance of your model, so you'll need to balance size reduction with maintaining adequate accuracy for your task. For more detailed guidance on these methods, please refer to our documentation at https://docs.ultralytics.com. Good luck with your web application! 🚀🃏 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to reduce the size of the weight size?
We would like to use a self trained version in a JavaScript web application on user side only for privacy reasons. So they should not have to download something around 6mb. gzip compression does not help very much.
Everything till 1mb would be okay.
The model should just classify cards of two different types or detect cards of two different types in a picture.
To transfer the picture to the server and back is no oppertunity.
Beta Was this translation helpful? Give feedback.
All reactions