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