Open utterances-bot opened 4 years ago
An amazing post.
I see that you also use Netron for visualization!
Thanks @RodolfoFerro!
I LOVE Netron.
Great job . Can you also provide some resource on merging tflite model with metadata . The documentation provides script for image classifier but there is nothing much about object detection .
@karuneshpalekar as per my knowledge for image data, image classification, semantic segmentation, and style transfer are supported for Metadata integration. Object detection is not supported currently I think.
@khanhlvg can maybe provide additional details.
Actually object detection metadata is already supported for the Task library but we haven't published any sample on how to append metadata to a TFLite object detection model yet. It's on the roadmap so stay tuned :)
Thanks for the post. It will be helpful if you could explain in detail the QAT steps for mobileDet for TF2. I could see in some other blogs that QAT is not supported for MobileDet. Can someone please confirm this.
Great post! I also found that a fully quantized cpu model using repr dataset provides very bad detection results. Can you comment of why the results are so bad in this case?
I didn't have the bandwidth to dive deeper into that unfortunately. I'd suggest directly reaching out to the authors of MobileDet to clarify this doubt.
Optimizing MobileDet for Mobile Deployments | Sayak Paul
Learn about the criticalities of effectively optimizing MobileDet object detectors for mobile deployments.
https://sayak.dev/mobiledet-optimization/