Hi everyone.
I’m a mobile app developer.
I need to prepare a model that searches for objects in a photo (on mobile devices).
I want to train the model on my own data. The final format is tensorflow lite.
I have not used tensorflow lite or any other technology to train/recognize images at all before.
I have a few questions:
- what initial model would you recommend? I have read about SSD and YOLO.
- would you recommend some resources to better understand the issues with training and image recognition?
- please evaluate this post https://www.tensorflow.org/lite/models/modify/model_maker/object_detection ? Is EfficientDet better or worse than the SSD model? Objects that my target model after training is to recognize are climbing holds (different shapes, sizes). Can I use EfficientDet?