7 ms·
are there any object detection models? we went with apple to use CoreML, which works great, but this is cool. Running the pytorch version of our model took way
by pozol 4y ago
are there any object detection models? we went with apple to use CoreML, which works great, but this is cool. Running the pytorch version of our model took way to long for inference.
- nl 4y agoHave you tried https://google.github.io/mediapipe/solutions/object_detection.html https://google.github.io/mediapipe/solutions/object_detectio...?
- dnth 4y agoThe pytorch lite package also supports yolov5 models. I posted on my LinkedIn awhile ago https://www.linkedin.com/posts/dickson-neoh_deploying-object-detection-at-the-edge-on-activity-6944602317673402368-nfrM?utm_source=share&utm_medium=member_desktop https://www.linkedin.com/posts/dickson-neoh_deploying-object...
- raihansaputra 4y agoThat's really cool. I see you have much faster inference compared to the PlayTorch example. What size YOLOv5 are you using?