You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discuss
I have followed the guide in https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/training.html till the very last step, I'm interested in deploying my custom Object Detection model into android. How would I be to do that? I've tried different methods online where i would get errors such as (Tensor 'image_tensor' has invalid shape '[None, None, None, 3]') or (Check failed: array.data_type == array.final_data_type Array). Thank you in advanced
Rebecca
unread,
Mar 12, 2020, 2:33:32 AM3/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ohara, Discuss
You can try MobileNet v3 for training and Tensorflow Lite for
prediction.
Those work on our Android devices.