Hacker News new | ask | show | jobs
by infinitone 2813 days ago
Do you know if you can do object detection on images right out of the box? Or is it just classification?
1 comments

I am using it for classification right now - but pretty sure you should be able to do object detection quite easily as well.
It supports segmentation right now, but object detection won't be supported "out of the box" until 1.1 (in a month or two).

You can certainly train a YOLO or SSD pytorch model with fastai, however.

Hello Jeremy,

One question, there is any best practice to transform video into [n] frames to then use model.predict(n) to make a "live classification / object detection"?

Kind regards from Dublin!