Skip to content

Commit 4c9589d

Browse files
committed
Disable detect_and_track_objects example
1 parent 24cda58 commit 4c9589d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/python/detect_and_track_objects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Detect and track objects"
33
tags = ["2D", "Hugging face", "Object detection", "Object tracking", "OpenCV"]
44
thumbnail = "https://static.rerun.io/detect-and-track-objects/63d7684ab1504c86a5375cb5db0fc515af433e08/480w.png"
55
thumbnail_dimensions = [480, 480]
6-
channel = "release"
6+
# channel = "release" TODO(emilk): build for releases
77
-->
88

99
Visualize object detection and segmentation using the [Huggingface's Transformers](https://huggingface.co/docs/transformers/index) and [CSRT](https://arxiv.org/pdf/1611.08461.pdf) from OpenCV.

examples/python/segment_anything_model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Segment anything model"
33
tags = ["2D", "SAM", "Segmentation"]
44
thumbnail = "https://static.rerun.io/segment-anything-model/36438df27a287e5eff3a673e2464af071e665fdf/480w.png"
55
thumbnail_dimensions = [480, 480]
6-
# channel = "never" TODO(emilk): build for releases
6+
# channel = "release" TODO(emilk): build for releases
77
-->
88

99
Example of using Rerun to log and visualize the output of [Meta AI's Segment Anything model](https://segment-anything.com/).

0 commit comments

Comments
 (0)