Hacker News new | ask | show | jobs
by jph00 2818 days ago
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.

1 comments

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!