logo
Browse Source

modify

Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
main
gexy5 3 years ago
parent
commit
017f499ffd
  1. 2
      README.md

2
README.md

@ -28,7 +28,7 @@ import towhee
towhee.glob('./archery.mp4')
.video_decode.ffmpeg()
.action_classification.uniformer(
model_name='omnivore_swinT', topk=5)
model_name='uniformer_k400_s8', topk=5)
.show()
)
```

Loading…
Cancel
Save