Y
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
dnth
1217 days ago
The pytorch lite package also supports yolov5 models.
I posted on my LinkedIn awhile ago
https://www.linkedin.com/posts/dickson-neoh_deploying-object...
link
raihansaputra
1217 days ago
That's really cool. I see you have much faster inference compared to the PlayTorch example. What size YOLOv5 are you using?
link
nl
1218 days ago
Have you tried
https://google.github.io/mediapipe/solutions/object_detectio...
?
link
dnth
1217 days ago
Media pipe looks really cool. I havent tried it. Have you?
link
nl
1217 days ago
Yes, although haven't deployed on mobile. Works well in the browser.
link
I posted on my LinkedIn awhile ago
https://www.linkedin.com/posts/dickson-neoh_deploying-object...