So I started to work on my final project
in this project i need to detect items which are not in google’s model (like soda cans)
I follow a guide how to create my own model, made myself a 100 or so pictures of objects + their label XML
and started to follow this guide:
at the first part i need to install model-maker :
!pip install -q tflite-model-maker-nightly
!pip install -q tflite-support-nightly
for some reason it takes up SO much space it actually make the disk getting full!
i’m not sure why this is happening and if i do something wrong…
ty in advance
@tobi_tobi,
Welcome to the Tensorflow Forum,
Currently, we have a known issue with TFLite Model Maker. Please take a look at the work around http://discuss.ai.google.dev/t/running-tflite-model-maker-in-google-colab-june-july-2023/18049.
Thank you!
Ty!
I got into another problem along the way sadly
when i “Import the required packages.”
i get an error at: from tflite_model_maker import model_spec
ImportError: Python version mismatch: module was compiled for Python 3.9, but the interpreter version is incompatible: 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0].