Hacker News new | ask | show | jobs
by pozol 1218 days 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.
2 comments

The pytorch lite package also supports yolov5 models.

I posted on my LinkedIn awhile ago

https://www.linkedin.com/posts/dickson-neoh_deploying-object...

That's really cool. I see you have much faster inference compared to the PlayTorch example. What size YOLOv5 are you using?
Media pipe looks really cool. I havent tried it. Have you?
Yes, although haven't deployed on mobile. Works well in the browser.