Hacker News new | ask | show | jobs
by pitchups 2814 days ago
I am using it for classification right now - but pretty sure you should be able to do object detection quite easily as well.
1 comments

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!