-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for YOLO11 Det/OBB/Pose/Seg/Track models
- Integrate YOLO11 models from ultralytics v8.3.0 - Enable detection, oriented bounding box, pose estimation, segmentation, and tracking functionalities - Update relevant documentation and dependencies
- Loading branch information
Showing
23 changed files
with
1,872 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
type: yolo11 | ||
name: yolo11s-r20240930 | ||
display_name: YOLO11s Ultralytics | ||
model_path: https://github.com/CVHub520/X-AnyLabeling/releases/download/v2.4.4/yolo11s.onnx | ||
nms_threshold: 0.45 | ||
confidence_threshold: 0.25 | ||
classes: | ||
- person | ||
- bicycle | ||
- car | ||
- motorcycle | ||
- airplane | ||
- bus | ||
- train | ||
- truck | ||
- boat | ||
- traffic light | ||
- fire hydrant | ||
- stop sign | ||
- parking meter | ||
- bench | ||
- bird | ||
- cat | ||
- dog | ||
- horse | ||
- sheep | ||
- cow | ||
- elephant | ||
- bear | ||
- zebra | ||
- giraffe | ||
- backpack | ||
- umbrella | ||
- handbag | ||
- tie | ||
- suitcase | ||
- frisbee | ||
- skis | ||
- snowboard | ||
- sports ball | ||
- kite | ||
- baseball bat | ||
- baseball glove | ||
- skateboard | ||
- surfboard | ||
- tennis racket | ||
- bottle | ||
- wine glass | ||
- cup | ||
- fork | ||
- knife | ||
- spoon | ||
- bowl | ||
- banana | ||
- apple | ||
- sandwich | ||
- orange | ||
- broccoli | ||
- carrot | ||
- hot dog | ||
- pizza | ||
- donut | ||
- cake | ||
- chair | ||
- couch | ||
- potted plant | ||
- bed | ||
- dining table | ||
- toilet | ||
- tv | ||
- laptop | ||
- mouse | ||
- remote | ||
- keyboard | ||
- cell phone | ||
- microwave | ||
- oven | ||
- toaster | ||
- sink | ||
- refrigerator | ||
- book | ||
- clock | ||
- vase | ||
- scissors | ||
- teddy bear | ||
- hair drier | ||
- toothbrush |
Oops, something went wrong.