Skip to content

Commit

Permalink
Change all example tags to "Human case" (#5802)
Browse files Browse the repository at this point in the history
### What

- Closes #5783

@jprochazk is there some tag formatting code on landing that you could
remove?

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[rerun.io/viewer](https://rerun.io/viewer/pr/5802)
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5802?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5802?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5802)
- [Docs
preview](https://rerun.io/preview/34e4cbca92fdcf792bea86f63ffd10e742f1706b/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/34e4cbca92fdcf792bea86f63ffd10e742f1706b/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
abey79 committed Apr 5, 2024
1 parent 06a476a commit 695e195
Show file tree
Hide file tree
Showing 52 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion examples/c/spawn_viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Spawn viewer"
tags = ["spawn"]
tags = ["Spawn"]
-->


Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/dna/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Helix"
tags = ["3D", "api-example"]
tags = ["3D", "API example"]
description = "Simple example of logging point and line primitives to draw a 3D helix."
thumbnail = "https://static.rerun.io/dna/40d9744af3f0e21d3b174054f0a935662a574ce0/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/incremental_logging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Incremental logging"
tags = ["3D", "api-example"]
tags = ["3D", "API Example"]
description = "Showcases how to incrementally log data belonging to the same archetype."
thumbnail = "https://static.rerun.io/incremental_logging/b7a2bd889b09c3840f56dc31bd6d677934ab3126/480w.png"
thumbnail_dimensions = [480, 301]
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/kiss-icp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "KISS-ICP"
tags = ["3D", "point-cloud"]
tags = ["3D", "Point cloud"]
source = "https://github.com/rerun-io/kiss-icp"
description = "Visualizes the KISS-ICP LiDAR odometry pipeline on the NCLT dataset."
thumbnail = "https://static.rerun.io/kiss-icp-screenshot/881ec7c7c0a0e50ec5d78d82875efaf3bb3c6e01/480w.png"
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/ros_bridge/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "ROS Bridge"
source = "https://github.com/rerun-io/cpp-example-ros-bridge"
tags = ["2D", "3D", "mesh", "pinhole-camera", "ros", "time-series", "C++"]
tags = ["2D", "3D", "Mesh", "Pinhole camera", "ROS", "Time series", "C++"]
thumbnail = "https://static.rerun.io/ros_bridge/121f72ebaea57a1b895196a5587fd1a428a9fd0e/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/spawn_viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Spawn viewer"
tags = ["spawn"]
tags = ["Spawn"]
-->


Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/vrs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "VRS viewer"
source = "https://github.com/rerun-io/cpp-example-vrs"
tags = ["2D", "3D", "vrs", "viewer", "C++"]
tags = ["2D", "3D", "VRS", "Viewer", "C++"]
thumbnail = "https://static.rerun.io/vrs-viewer/28da92ebc2f0bccd5cf904314d2f8b0b0c45c879/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/arflow/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "ARFlow: a framework for simplifying AR experimentation workflow"
source = "https://github.com/cake-lab/ARFlow"
tags = ["3D", "Augmented Reality", "Spatial Computing", "Integration"]
tags = ["3D", "Augmented reality", "Spatial computing", "Integration"]
thumbnail = "https://static.rerun.io/arflow/a6b509af10a42b3c7ad3909d44e972a3cb1a9c41/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/arkit_scenes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "ARKit scenes"
tags = ["2D", "3D", "depth", "mesh", "object-detection", "pinhole-camera"]
tags = ["2D", "3D", "Depth", "Mesh", "Object detection", "Pinhole camera"]
description = "This example visualizes the ARKitScenes dataset using Rerun. The dataset contains color images, depth images, the reconstructed mesh, and labeled bounding boxes around furniture."
thumbnail = "https://static.rerun.io/arkit-scenes/6d920eaa42fb86cfd264d47180ecbecbb6dd3e09/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/blueprint_stocks/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Stock charts"
description = "Uses stock data as an example of how to leverage Rerun blueprints to control the layout and presentation of the viewer."
tags = ["time-series", "blueprint"]
tags = ["Time series", "Blueprint"]
thumbnail = "https://static.rerun.io/blueprint_stocks/8bfe6f16963acdceb2debb9de9a206dc2eb9b280/480w.png"
thumbnail_dimensions = [480, 270]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/controlnet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "ControlNet"
tags = ["controlnet", "canny", "huggingface", "stable-diffusion", "tensor", "text"]
tags = ["ControlNet", "Canny", "Hugging Face", "Stable diffusion", "Tensor", "Text"]
description = "Use Hugging Face's ControlNet to generate an image from text, conditioned on detected edges from another image."
thumbnail = "https://static.rerun.io/controlnet/2e984b27dd8120fb89d4e805df9da506ea6d9138/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/depth_guided_stable_diffusion/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Depth guided stable diffusion"
tags = ["depth-guided", "stable-diffusion", "huggingface", "3D", "tensor", "text"]
tags = ["Depth guided", "Stable diffusion", "Hugging Face", "3D", "Tensor", "Text"]
description = "Leverage Depth Guided Stable Diffusion to generate images with enhanced depth perception. This method integrates depth maps to guide the Stable Diffusion model, creating more visually compelling and contextually accurate images."
thumbnail = "https://static.rerun.io/depth-guided-stable-diffusion/bea9bfaf33ebed4296f576d931c8c8e6fdd08a21/480w.png"
thumbnail_dimensions = [480, 266]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/detect_and_track_objects/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Detect and track objects"
tags = ["2D", "huggingface", "object-detection", "object-tracking", "opencv"]
tags = ["2D", "Hugging face", "Object detection", "Object tracking", "OpenCV"]
description = "Visualize object detection and segmentation using the Huggingface `transformers` library and CSRT from OpenCV."
thumbnail = "https://static.rerun.io/detect-and-track-objects/63d7684ab1504c86a5375cb5db0fc515af433e08/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/dicom_mri/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Dicom MRI"
tags = ["tensor", "mri", "dicom"]
tags = ["Tensor", "MRI", "DICOM"]
description = "Example using a DICOM MRI scan. This demonstrates the flexible tensor slicing capabilities of the Rerun viewer."
thumbnail = "https://static.rerun.io/dicom-mri/d5a434f92504e8dda8af6c7f4eded2a9d662c991/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/differentiable_blocks_world/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Differentiable blocks world: qualitative 3D decomposition by rendering primitives"
source = "https://github.com/rerun-io/differentiable-blocksworld"
tags = ["3D", "mesh", "pinhole-camera", "Paper Walkthrough"]
tags = ["3D", "Mesh", "Pinhole camera", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/differentiable-blocks/42f3a5481162a0e75f1c52ef1a12d4fedb35389e/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/dna/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Helix"
tags = ["3D", "api-example"]
tags = ["3D", "API example"]
description = "Simple example of logging point and line primitives to draw a 3D helix."
thumbnail = "https://static.rerun.io/dna/40d9744af3f0e21d3b174054f0a935662a574ce0/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/face_tracking/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Face tracking"
tags = ["2D", "3D", "camera", "face-tracking", "live", "mediapipe", "time-series"]
tags = ["2D", "3D", "Camera", "Face tracking", "Live", "MediaPipe", "Time series"]
description = "Use the MediaPipe Face Detector and Landmarker solutions to detect and track a human face in image, video, and camera stream."
thumbnail = "https://static.rerun.io/face-tracking/f798733b72c703ee82cc946df39f32fa1145c23b/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/gesture_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Hand tracking and gesture recognition"
tags = ["mediapipe", "keypoint-detection", "2D", "3D"]
tags = ["MediaPipe", "Keypoint detection", "2D", "3D"]
description = "Use the MediaPipe Hand Landmark and Gesture Detection solution to track hand and recognize gestures in images, video, and camera stream.."
thumbnail = "https://static.rerun.io/hand-tracking-and-gesture-recognition/56d097e347af2a4b7c4649c7d994cc038c02c2f4/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/human_pose_tracking/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Human pose tracking"
tags = ["mediapipe", "keypoint-detection", "2D", "3D"]
tags = ["MediaPipe", "Keypoint detection", "2D", "3D"]
description = "Use the MediaPipe Pose solution to detect and track a human pose in video."
thumbnail = "https://static.rerun.io/human-pose-tracking/5d62a38b48bed1467698d4dc95c1f9fba786d254/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/incremental_logging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Incremental logging"
tags = ["3D", "api-example"]
tags = ["3D", "API example"]
description = "Showcases how to incrementally log data belonging to the same archetype."
thumbnail = "https://static.rerun.io/incremental_logging/b7a2bd889b09c3840f56dc31bd6d677934ab3126/480w.png"
thumbnail_dimensions = [480, 301]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/kiss-icp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "KISS-ICP"
tags = ["3D", "point-cloud"]
tags = ["3D", "Point cloud"]
source = "https://github.com/rerun-io/kiss-icp"
description = "Visualizes the KISS-ICP LiDAR odometry pipeline on the NCLT dataset."
thumbnail = "https://static.rerun.io/kiss-icp-screenshot/881ec7c7c0a0e50ec5d78d82875efaf3bb3c6e01/480w.png"
Expand Down
2 changes: 1 addition & 1 deletion examples/python/lidar/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Lidar"
tags = ["lidar", "3D"]
tags = ["Lidar", "3D"]
description = "Visualize the lidar data from the nuScenes dataset."
thumbnail = "https://static.rerun.io/lidar/caaf3b9531e50285442d17f0bc925eb7c8e12246/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/limap/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "3D line mapping revisited"
source = "https://github.com/rerun-io/limap"
tags = ["2D", "3D", "structure-from-motion", "time-series", "line-detection", "pinhole-camera", "Paper Walkthrough"]
tags = ["2D", "3D", "Structure from motion", "Time series", "Line detection", "Pinhole camera", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/3d-line-mapping-revisited/be0a3b8ac0836036862d773b4276ea9d7ffb27b8/480w.png" # NOLINT
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/live_camera_edge_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Live camera edge detection"
tags = ["2D", "canny", "live", "opencv"]
tags = ["2D", "Canny", "Live", "OpenCV"]
description = "Visualize the OpenCV Canny Edge Detection results from a live camera stream."
thumbnail = "https://static.rerun.io/live-camera-edge-detection/f747bcf9ff3039c895f0bf0290e2dea0a72631ea/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/live_depth_sensor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Live depth sensor"
tags = ["2D", "3D", "live", "depth", "realsense"]
tags = ["2D", "3D", "Live", "Depth", "RealSense"]
description = "Visualize the live-streaming frames from an Intel RealSense depth sensor."
thumbnail = "https://static.rerun.io/live_depth_sensor/d3c0392bebe2003d24110a779d6f6748167772d8/480w.png"
thumbnail_dimensions = [480, 360]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/llm_embedding_ner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "LLM embedding-based named entity recognition"
tags = ["LLM", "embeddings", "classification", "huggingface", "text"]
tags = ["LLM", "Embeddings", "Classification", "Hugging Face", "Text"]
description = "Visualize the BERT-based named entity recognition NER with UMAP Embeddings."
thumbnail = "https://static.rerun.io/llm-embedding/999737b3b78d762e70116bc23929ebfde78e18c6/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/mcc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Single image 3D reconstruction using MCC, SAM, and ZoeDepth"
source = "https://github.com/rerun-io/MCC"
tags = ["2D", "3D", "segmentation", "point-cloud", "sam", "Paper Walkthrough"]
tags = ["2D", "3D", "Segmentation", "Point cloud", "SAM", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/single-image-3D-reconstruction/c54498053d53148cfa43901f39a084c549df2b72/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/nuscenes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "nuScenes"
tags = ["lidar", "3D", "2D", "object-detection", "pinhole-camera"]
tags = ["Lidar", "3D", "2D", "Object detection", "Pinhole camera"]
description = "Visualize the nuScenes dataset including lidar, radar, images, and bounding boxes."
thumbnail = "https://static.rerun.io/nuscenes/9c50bf5cadb879ef818ac3d35fe75696a9586cb4/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/nv12/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "NV12"
tags = ["2D", "image-encoding", "yuv"]
tags = ["2D", "Image encoding", "YUV"]
description = "Visualize an NV12 encoded video stream from a webcam."
-->

Expand Down
2 changes: 1 addition & 1 deletion examples/python/objectron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Objectron"
tags = ["2D", "3D", "object-detection", "pinhole-camera"]
tags = ["2D", "3D", "Object detection", "Pinhole camera"]
description = "Example of using the Rerun SDK to log the Google Research Objectron dataset."
thumbnail = "https://static.rerun.io/objectron/b645ef3c8eff33fbeaefa6d37e0f9711be15b202/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/open_photogrammetry_format/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Open Photogrammetry Format"
tags = ["2D", "3D", "camera", "photogrammetry"]
tags = ["2D", "3D", "Camera", "Photogrammetry"]
description = "Displays a photogrammetrically reconstructed 3D point cloud loaded from an Open Photogrammetry Format (OPF) file."
thumbnail = "https://static.rerun.io/open-photogrammetry-format/c9bec43a3a3abd725a55ee8eb527a4c0cb01979b/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/plots/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Plots"
tags = ["2D", "plots", "api-example"]
tags = ["2D", "Plots", "API example"]
description = "Demonstration of various plots and charts supported by Rerun."
thumbnail = "https://static.rerun.io/plots/e8e51071f6409f61dc04a655d6b9e1caf8179226/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/raw_mesh/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Raw mesh"
tags = ["mesh"]
tags = ["Mesh"]
description = "Demonstrates logging of raw 3D mesh data with simple material properties."
thumbnail = "https://static.rerun.io/raw-mesh/7731418dda47e15dbfc0f9a2c32673909071cb40/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/rgbd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "RGBD"
tags = ["2D", "3D", "depth", "nyud", "pinhole-camera"]
tags = ["2D", "3D", "Depth", "NYUD", "Pinhole camera"]
description = "Visualizes an example recording from the NYUD dataset with RGB and Depth channels."
thumbnail = "https://static.rerun.io/rgbd/2fde3a620adc8bd9a5680260f0792d16ac5498bd/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/ros_node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "ROS node"
tags = ["2D", "3D", "mesh", "pinhole-camera", "ros", "time-series"]
tags = ["2D", "3D", "Mesh", "Pinhole camera", "ROS", "Time series"]
thumbnail = "https://static.rerun.io/ros-node/93169b35c17f5ec02d94150efb74c7ba06372842/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/segment_anything_model/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Segment Anything Model"
tags = ["2D", "sam", "segmentation"]
tags = ["2D", "SAM", "Segmentation"]
description = "Example of using Rerun to log and visualize the output of Meta AI's Segment Anything model."
thumbnail = "https://static.rerun.io/segment-anything-model/36438df27a287e5eff3a673e2464af071e665fdf/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/shape_pointe/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Point-E and Shap-E"
source = "https://github.com/rerun-io/point-shap-e"
tags = ["3D", "diffusion", "point", "mesh", "Paper Walkthrough"]
tags = ["3D", "Diffusion", "Point", "Mesh", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/point-e/5b5beb36dce77d2dac7123b197b825421afcaec0/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/signed_distance_fields/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Signed distance fields"
tags = ["3D", "mesh", "tensor"]
tags = ["3D", "Mesh", "Tensor"]
thumbnail = "https://static.rerun.io/signed-distance-fields/0b0a200e0a5ec2b16e5f7d2da09b3ec6af3bac2d/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/simplerecon/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "SimpleRecon: 3D reconstruction without 3D convolutions"
source = "https://github.com/rerun-io/simplerecon"
tags = ["3D", "depth", "time-series", "pinhole-camera", "mesh", "Paper Walkthrough"]
tags = ["3D", "Depth", "Time series", "Pinhole camera", "Mesh", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/simplecon/e0f234159cc0f934e6d4a26886b751579f5191f0/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/slahmr/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Decoupling human and camera motion from videos in the wild"
source = "https://github.com/rerun-io/slahmr"
tags = ["3D", "SLAM", "keypoint-detection", "mesh", "time-series", "Paper Walkthrough"]
tags = ["3D", "SLAM", "Keypoint detection", "Mesh", "Time series", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/decoupling-human/2f1c7f027668a6fb15865c51197d2ea98b5725a6/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/structure_from_motion/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Structure from motion"
tags = ["2D", "3D", "colmap", "pinhole-camera", "time-series"]
tags = ["2D", "3D", "COLMAP", "Pinhole camera", "Time series"]
description = "Visualize a sparse reconstruction by COLMAP, a general-purpose Structure-from-Motion and Multi-View Stereo pipeline."
thumbnail = "https://static.rerun.io/structure-from-motion/af24e5e8961f46a9c10399dbc31b6611eea563b4/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
2 changes: 1 addition & 1 deletion examples/python/tapir/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "TAPIR: tracking any point with per-frame initialization and temporal refinement"
source = "https://github.com/rerun-io/tapnet"
tags = ["2D", "point-tracking", "time-series", "tensor", "jax", "Paper Walkthrough"]
tags = ["2D", "Point tracking", "Time series", "Tensor", "JAX", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/tapir/35e5cdca6938d6d26a901f9345b1c331ea8ca96c/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
4 changes: 2 additions & 2 deletions examples/python/template/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Template"
tags = ["kebab-case", "comma", "separated"]
description = "Short ~100-sign description of the example. No longer than 130 signs!"
tags = ["Human case", "Comma", "Separated", "ACRONYM", "Respect brand names", "Hugging Face", "Coca-Cola"]
description = "Short description of the example (currently unused)."
-->


Expand Down
2 changes: 1 addition & 1 deletion examples/python/tfrecord_loader/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "TFRecord Loader"
source = "https://github.com/rerun-io/rerun-loader-python-example-tfrecord"
tags = ["2D", "tensor", "loader", "time-series"]
tags = ["2D", "Tensor", "Loader", "Time series"]
thumbnail = "https://static.rerun.io/tfrecord_loader/26da14f065a3d12322890d2842c988031113bd7b/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/urdf_loader/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "URDF Loader"
source = "https://github.com/rerun-io/rerun-loader-python-example-urdf"
tags = ["3D", "mesh", "loader"]
tags = ["3D", "Mesh", "Loader"]
thumbnail = "https://static.rerun.io/urdf_loader/9c04fbb376cd4f7498628a98593035c6da0f17fb/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/python/widebaseline/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--[metadata]
title = "Learning to render novel views from wide-baseline stereo pairs"
source = "https://github.com/rerun-io/cross_attention_renderer/"
tags = ["2D", "3D", "view-synthesis", "time-series", "pinhole-camera", "Paper Walkthrough"]
tags = ["2D", "3D", "View synthesis", "Time series", "Pinhole camera", "Paper walkthrough"]
thumbnail = "https://static.rerun.io/learning-to-render/75c96220e356938037dce35fcb5349f5f8064d8f/480w.png"
thumbnail_dimensions = [480, 480]
-->
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_store_subscriber/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Custom store subscriber"
tags = ["store-event", "store-diff", "store-subscriber"]
tags = ["Store event", "Store diff", "Store subscriber"]
-->


Expand Down
2 changes: 1 addition & 1 deletion examples/rust/dna/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--[metadata]
title = "Helix"
tags = ["3D", "api-example"]
tags = ["3D", "API example"]
description = "Simple example of logging point and line primitives to draw a 3D helix."
thumbnail = "https://static.rerun.io/dna/40d9744af3f0e21d3b174054f0a935662a574ce0/480w.png"
thumbnail_dimensions = [480, 480]
Expand Down
Loading

0 comments on commit 695e195

Please sign in to comment.