Skip to content

Commit

Permalink
Add data sample and video tutorials links
Browse files Browse the repository at this point in the history
Reviewed By: yashpatel5400

Differential Revision: D17583205

fbshipit-source-id: ee00c68c9cedf446886703692f3b9a4df12a818e
  • Loading branch information
aparrapo authored and facebook-github-bot committed Sep 26, 2019
1 parent 790bc31 commit 3b5b498
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ test in the cloud to avoid having to deal with excessive render times or local d
### Room Chat
- [**Single Frame**](https://facebook360-dep-downloads.s3-us-west-2.amazonaws.com/room_chat/1_frame_unpacked.zip)
- [**Rendered Single Frame**](https://facebook360-dep-downloads.s3-us-west-2.amazonaws.com/room_chat/1_frame_unpacked_rendered.zip)
- **Frame Sequence**: coming soon
- **Rendered Frame Sequence**: coming soon
- [**Frame Sequence**](https://facebook360-dep-downloads.s3-us-west-2.amazonaws.com/room_chat/50_frames_unpacked.zip)
- [**Rendered Frame Sequence**](https://facebook360-dep-downloads.s3-us-west-2.amazonaws.com/room_chat/50_frames_unpacked_rendered.zip)
14 changes: 14 additions & 0 deletions docs/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,17 @@ where `<LOCAL_BIN_DIR>` is an absolute path pointing at the `bin` directory of t
- `--verbose=True`: prints debugging messages about the progress. Default: *False*
- `--s3_ignore_fullsize_color`: when `project_root` is an S3 path it does not try to download full-size images. Useful when not wanting to calibrate. Default: *False*
- `--s3_sample_frame`: when `project_root` is an S3 path it downloads this frame for local testing, e.g. "000326". If empty it defaults to the first available frame. Default: *(empty)*


## Video tutorials
- Run depth estimation
<iframe width="560" height="315" src="https://www.youtube.com/embed/Veso9UedQzw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

- Generate 6DoF data
<iframe width="560" height="315" src="https://www.youtube.com/embed/a_2ruI0gFxE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

- Download meshes from cloud
<iframe width="560" height="315" src="https://www.youtube.com/embed/gYFra9pADLs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

- Stripe 6DoF data locally
<iframe width="560" height="315" src="https://www.youtube.com/embed/3KhDXOUYTNc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 comments on commit 3b5b498

Please sign in to comment.