-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.toml
More file actions
39 lines (35 loc) · 1.6 KB
/
Copy pathplugins.toml
File metadata and controls
39 lines (35 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[plugins]]
id = "lightly_plugins_bbox_auto_propagation_nano_tracker"
name = "BBox auto propagation nano tracker"
description = "Propagates bounding boxes across frames in the same video using OpenCV NanoTracker"
source = "local:plugins/bbox_auto_propagation_nano_tracker"
maintainer = "lightly"
tags = ["auto-labeling", "tracking"]
[[plugins]]
id = "lightly_plugins_sam3_segmentation"
name = "SAM3 Segmentation"
description = "Segments all instances matching a text prompt in a single image or the current image view"
source = "local:plugins/sam3_segmentation"
maintainer = "lightly"
tags = ["auto-labeling", "segmentation"]
[[plugins]]
id = "lightly_plugins_lightly_train_object_detection_inference"
name = "LightlyTrain object detection inference"
description = "Runs LightlyTrain object detection inference on a single image or the current filtered image view"
source = "local:plugins/lightly_train_object_detection_inference"
maintainer = "lightly"
tags = ["auto-labeling", "object-detection", "inference"]
[[plugins]]
id = "lightly_plugins_yolo_object_detection"
name = "YOLO Object Detection"
description = "Runs YOLO inference and adds bounding box annotations to a single image or the current filtered image view"
source = "local:plugins/yolo_object_detection"
maintainer = "lightly"
tags = ["auto-labeling", "object-detection", "inference"]
[[plugins]]
id = "lightly_plugins_kitti_export_object_detection"
name = "KITTI object detection export"
description = "Exports KITTI object-detection label files"
source = "local:plugins/kitti_export_object_detection"
maintainer = "lightly"
tags = ["export", "object-detection", "kitti"]