-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Examples page to the Welcome Screen (#3191)
### What Add Example page to the Welcome Screen. Fixes #3096 <img width="1366" alt="image" src="https://github.com/rerun-io/rerun/assets/49431240/bbe2e84e-9ade-4da8-b095-d7b0f396c26f"> ### TODO - [x] fix layout issues - [x] display tags - [x] have dedicated, short copy for the description: #3201 ### Not included in this PR - **WARNING**: here, we bake in a manifest with hard-coded links to RRDs that were generated within this PR. This will lead to issue down the line, when the RRD format changes. - #3212 - #3213 - download updated manifest - #3190 - load thumbnail from the web - emilk/egui#3291 - provide feedback while downloading a RRD - #3192 ### 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 [demo.rerun.io](https://demo.rerun.io/pr/3191) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3191) - [Docs preview](https://rerun.io/preview/3be107e4cc6aa6758a3f22c27a79233b33f2ea6b/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/3be107e4cc6aa6758a3f22c27a79233b33f2ea6b/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/) --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
- Loading branch information
Showing
12 changed files
with
948 additions
and
386 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
[ | ||
{ | ||
"name": "arkit_scenes", | ||
"title": "ARKit Scenes", | ||
"description": "Visualize the ARKitScenes dataset, which contains color+depth images, the reconstructed mesh and labeled bounding boxes.", | ||
"tags": [ | ||
"2D", | ||
"3D", | ||
"depth", | ||
"mesh", | ||
"object-detection", | ||
"pinhole-camera" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/arkit_scenes/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/arkit_scenes/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/8b90a80c72b27fad289806b7e5dff0c9ac97e87c_arkit_scenes_480w.png", | ||
"width": 480, | ||
"height": 243 | ||
} | ||
}, | ||
{ | ||
"name": "structure_from_motion", | ||
"title": "Structure from Motion", | ||
"description": "Visualize a sparse reconstruction by COLMAP, a general-purpose Structure-from-Motion and Multi-View Stereo pipeline.", | ||
"tags": [ | ||
"2D", | ||
"3D", | ||
"colmap", | ||
"pinhole-camera", | ||
"time-series" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/structure_from_motion/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/structure_from_motion/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/033edff752f86bcdc9a81f7877e0b4411ff4e6c5_structure_from_motion_480w.png", | ||
"width": 480, | ||
"height": 275 | ||
} | ||
}, | ||
{ | ||
"name": "dicom_mri", | ||
"title": "Dicom MRI", | ||
"description": "Example using a DICOM MRI scan. This demonstrates the flexible tensor slicing capabilities of the Rerun viewer.", | ||
"tags": [ | ||
"tensor", | ||
"mri", | ||
"dicom" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/dicom_mri/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/dicom_mri/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/b8b25dd01e892e6daf5177e6fc05ff5feb19ee8d_dicom_mri_480w.png", | ||
"width": 480, | ||
"height": 285 | ||
} | ||
}, | ||
{ | ||
"name": "human_pose_tracking", | ||
"title": "Human Pose Tracking", | ||
"description": "Use the MediaPipe Pose solution to detect and track a human pose in video.", | ||
"tags": [ | ||
"mediapipe", | ||
"keypoint-detection", | ||
"2D", | ||
"3D" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/human_pose_tracking/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/human_pose_tracking/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/277b9c72da1d0d0ae9d221f7552dede9c4d5b2fa_human_pose_tracking_480w.png", | ||
"width": 480, | ||
"height": 272 | ||
} | ||
}, | ||
{ | ||
"name": "plots", | ||
"title": "Plots", | ||
"description": "Demonstration of various plots and charts supported by Rerun.", | ||
"tags": [ | ||
"2d", | ||
"plots", | ||
"api-example" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/plots/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/plots/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/ca0c72df93d70c79b0e640fb4b7c33cdc0bfe5f4_plots_480w.png", | ||
"width": 480, | ||
"height": 271 | ||
} | ||
}, | ||
{ | ||
"name": "detect_and_track_objects", | ||
"title": "Detect and Track Objects", | ||
"description": "Visualize object detection and segmentation using the Huggingface `transformers` library.", | ||
"tags": [ | ||
"2D", | ||
"huggingface", | ||
"object-detection", | ||
"object-tracking", | ||
"opencv" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/detect_and_track_objects/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/detect_and_track_objects/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/efb301d64eef6f25e8f6ae29294bd003c0cda3a7_detect_and_track_objects_480w.png", | ||
"width": 480, | ||
"height": 279 | ||
} | ||
}, | ||
{ | ||
"name": "dna", | ||
"title": "Helix", | ||
"description": "Simple example of logging point and line primitives to draw a 3D helix.", | ||
"tags": [ | ||
"3d", | ||
"api-example" | ||
], | ||
"demo_url": "https://demo.rerun.io/commit/5be001c/examples/dna/", | ||
"rrd_url": "https://demo.rerun.io/commit/5be001c/examples/dna/data.rrd", | ||
"thumbnail": { | ||
"url": "https://static.rerun.io/ea7a9ab2f716bd37d1bbc1eabf3f55e4f526660e_helix_480w.png", | ||
"width": 480, | ||
"height": 285 | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.