movinet
copied
3 changed files with 5 additions and 14 deletions
Binary file not shown.
@ -1,9 +0,0 @@ |
|||||
import towhee |
|
||||
|
|
||||
( |
|
||||
towhee.glob('./archery.mp4') |
|
||||
.video_decode.ffmpeg() |
|
||||
.action_classification.movinet( |
|
||||
model_name='movineta0', topk=5) |
|
||||
.show() |
|
||||
) |
|
Loading…
Reference in new issue