UltralyticsAssistant 4 months ago
parent dc700c790b
commit 38fed611b8
  1. 14
      examples/YOLOv8-Action-Recognition/readme.md

@ -98,16 +98,16 @@ Additionally, you can choose between different video classification models:
1. For Hugging Face models, you can use any compatible video classification model. The default is set to: 1. For Hugging Face models, you can use any compatible video classification model. The default is set to:
- "microsoft/xclip-base-patch32" - "microsoft/xclip-base-patch32"
2. For TorchVision models (no support for zero-shot labels), you can select from the following options: 2. For TorchVision models (no support for zero-shot labels), you can select from the following options:
- "s3d" - "s3d"
- "r3d_18" - "r3d_18"
- "swin3d_t" - "swin3d_t"
- "swin3d_b" - "swin3d_b"
- "mvit_v1_b" - "mvit_v1_b"
- "mvit_v2_s" - "mvit_v2_s"
**3. Why Combine Action Recognition with YOLOv8?** **3. Why Combine Action Recognition with YOLOv8?**

Loading…
Cancel
Save