Skip to content

Commit

Permalink
Better titles
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 14, 2023
1 parent 9dadf7a commit e4e96c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/build_demo_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ def main() -> None:
# When adding examples, add their requirements to `requirements-web-demo.txt`
EXAMPLES = {
"arkitscenes": {
"title": "ARKitScenes",
"title": "ARKit Scenes",
"description": """
TODO
""",
"build_args": [],
},
"colmap": {
"title": "COLMAP",
"title": "Structure From Motion",
"description": """
An example using Rerun to log and visualize the output of COLMAP's sparse reconstruction.
Expand All @@ -216,29 +216,29 @@ def main() -> None:
"build_args": ["--dataset=colmap_fiat", "--resize=800x600"],
},
"dicom": {
"title": "Dicom",
"title": "Dicom MRI",
"description": """
Example using a <a href="https://en.wikipedia.org/wiki/DICOM" target="_blank">DICOM</a> MRI scan.
This demonstrates the flexible tensor slicing capabilities of the Rerun viewer.
""",
"build_args": [],
},
"mp_pose": {
"title": "mp_pose",
"title": "Human Pose Tracking",
"description": """
TODO
""",
"build_args": [],
},
"plots": {
"title": "plots",
"title": "Plots",
"description": """
TODO
""",
"build_args": [],
},
"tracking_hf_opencv": {
"title": "tracking_hf_opencv",
"title": "Object Tracking and Segmentation",
"description": """
TODO
""",
Expand Down

0 comments on commit e4e96c8

Please sign in to comment.