Hi, I have tried to replace my old TF2 training notebook with Tflite-model-maker. And I would like to question some of the limitations I found in this process.
-
Does the model maker’s object_detector API not yet support the moblenet_v2 model?
According to model_spec, It only supportsefficientdet-lite
models right now. Is there any way to use resNet or mobileNetV2 manually? -
How can I use DataLoader by uploading my Record files directly to Google Colab?
I tried several times with reference to this guide, but I actually failed to load the data. Are there any examples for me? -
The object_detector cannot be exported to TFJS format?
Unlike text_classifier, the object_detector doesn’t supportExportFormat.TFJS
. Is it right? Or Are there any options to export it?