yas-sim / objectron-3d-object-detection-openvino

Sample implementation of 3D object detection with Intel OpenVINO
Apache License 2.0
15 stars 5 forks source link

I want to use 3D object detection in ios is there someway I can do that? #1

Open Zulqurnain24 opened 4 years ago

Zulqurnain24 commented 4 years ago

I want to use 3D object detection in ios is there someway I can do that?

yas-sim commented 4 years ago

It seems like the Google Mediapipe doesn't support objectron on iOS yet. https://github.com/google/mediapipe

As an alternative solution, you can try TF-lite on iOS. The TF lite model is available at PINTO model_zoo. Please note that I have no experience with iOS and I have no idea if this works. https://github.com/PINTO0309/PINTO_model_zoo/tree/master/36_Objectron

Thanks.