|
47 | 47 | YOLOv11ObjectDetectionInput, |
48 | 48 | YOLOv11ObjectDetectionOutput, |
49 | 49 | ) |
| 50 | + |
| 51 | +__all__ = [ |
| 52 | + "COCOInstanceSegmentationInput", |
| 53 | + "COCOInstanceSegmentationOutput", |
| 54 | + "COCOObjectDetectionInput", |
| 55 | + "COCOObjectDetectionOutput", |
| 56 | + "KittiObjectDetectionInput", |
| 57 | + "KittiObjectDetectionOutput", |
| 58 | + "LabelboxObjectDetectionInput", |
| 59 | + "LightlyObjectDetectionInput", |
| 60 | + "LightlyObjectDetectionOutput", |
| 61 | + "PascalVOCObjectDetectionInput", |
| 62 | + "PascalVOCObjectDetectionOutput", |
| 63 | + "YOLOv5ObjectDetectionInput", |
| 64 | + "YOLOv5ObjectDetectionOutput", |
| 65 | + "YOLOv6ObjectDetectionInput", |
| 66 | + "YOLOv6ObjectDetectionOutput", |
| 67 | + "YOLOv7ObjectDetectionInput", |
| 68 | + "YOLOv7ObjectDetectionOutput", |
| 69 | + "YOLOv8InstanceSegmentationInput", |
| 70 | + "YOLOv8InstanceSegmentationOutput", |
| 71 | + "YOLOv8ObjectDetectionInput", |
| 72 | + "YOLOv8ObjectDetectionOutput", |
| 73 | + "YOLOv9ObjectDetectionInput", |
| 74 | + "YOLOv9ObjectDetectionOutput", |
| 75 | + "YOLOv10ObjectDetectionInput", |
| 76 | + "YOLOv10ObjectDetectionOutput", |
| 77 | + "YOLOv11ObjectDetectionInput", |
| 78 | + "YOLOv11ObjectDetectionOutput", |
| 79 | +] |
0 commit comments