Skip to content

Commit 97f37b4

Browse files
echo-xiao9meta-codesync[bot]
authored andcommitted
{Documentation} Tutorial 7 - update download link
Summary: * Update link for tutorial 7 MPS download link. * Update README linked Colab tutorial to the most up-to-date version. Reviewed By: kongchen1992 Differential Revision: D89093735 fbshipit-source-id: cb60369b28b479c2b89cf3324d1805eca1a93c53
1 parent 69e5751 commit 97f37b4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,30 @@ On-device algorithms powered by a custom Meta co-processor:
7373

7474
Comprehensive tutorials covering Aria Gen2 data processing:
7575

76-
1. [![Tutorial 1](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_1_vrs_data_provider_basics.ipynb)
76+
1. [![Tutorial 1](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_1_vrs_data_provider_basics.ipynb)
7777
**VrsDataProvider Basics** - how to perform basic operations in loading and
7878
access data in an Aria VRS file.
7979

80-
2. [![Tutorial 2](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_2_device_calibration.ipynb)
80+
2. [![Tutorial 2](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_2_device_calibration.ipynb)
8181
**Device Calibration** - how to work with device calibration in Aria VRS.
8282

83-
3. [![Tutorial 3](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_3_sequential_access_multi_sensor_data.ipynb)
83+
3. [![Tutorial 3](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_3_sequential_access_multi_sensor_data.ipynb)
8484
**Sequential Multi-Sensor Access** - how to use the unified queued API to
8585
efficiently “stream” multi-sensor data.
8686

87-
4. [![Tutorial 4](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_4_on_device_eyetracking_handtracking.ipynb)
87+
4. [![Tutorial 4](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_4_on_device_eyetracking_handtracking.ipynb)
8888
**Eye Tracking & Hand Tracking** - how to work with on-device-generated
8989
EyeGaze and Hand-tracking signals from Aria Gen2 glasses.
9090

91-
5. [![Tutorial 5](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_5_on_device_vio.ipynb)
91+
5. [![Tutorial 5](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_5_on_device_vio.ipynb)
9292
**On-Device VIO** - how to work with on-device-generated VIO data from Aria
9393
Gen2 glasses.
9494

95-
6. [![Tutorial 6](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_6_timestamp_alignment_in_aria_gen2.ipynb)
95+
6. [![Tutorial 6](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_6_timestamp_alignment_in_aria_gen2.ipynb)
9696
**Time Synchronization** - understanding timestamp mapping in Aria data, and
9797
how to use timestamp mapping in multi-device recording.
9898

99-
7. [![Tutorial 7](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/2.1.0/examples/Gen2/python_notebooks/Tutorial_7_mps_data_provider_basics.ipynb)
99+
7. [![Tutorial 7](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/examples/Gen2/python_notebooks/Tutorial_7_mps_data_provider_basics.ipynb)
100100
**MPS (Machine Perception Services)** - how to load and visualize output data
101101
from
102102
[Aria MP services](https://facebookresearch.github.io/projectaria_tools/gen2/ark/mps/start).

examples/Gen2/python_notebooks/Tutorial_7_mps_data_provider_basics.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
4+
"cell_type": "markdown",
55
"execution_count": null,
66
"metadata": {
77
"vscode": {
@@ -33,7 +33,7 @@
3333
"**Prerequisites**\n",
3434
"- Complete Tutorial 1 (VrsDataProvider Basics) to understand basic data provider concepts\n",
3535
"- Complete Tutorial 2 (Device Calibration) to understand how to properly use calibration in Aria data.\n",
36-
"- Download Aria Gen2 sample data: [VRS](https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1.vrs) and [MPS output zip file](https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1_mps_output.zip).\n",
36+
"- Download Aria Gen2 sample data: [VRS](https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1.vrs) and [MPS output zip file](https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1_mps_output_dec_2025.zip).\n",
3737
"\n",
3838
"### ⚠️ Important Notes\n",
3939
"- **Google Colab Users:**\n",
@@ -76,10 +76,10 @@
7676
"\n",
7777
" # Sample VRS file and MPS output URLs\n",
7878
" vrs_url = \"https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1.vrs\"\n",
79-
" mps_url = \"https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1_mps_output.zip\"\n",
79+
" mps_url = \"https://www.projectaria.com/async/sample/download/?bucket=core&filename=aria_gen2_sample_data_1_mps_output_dec_2025.zip\"\n",
8080
"\n",
8181
" vrs_filename = \"aria_gen2_sample_data_1.vrs\"\n",
82-
" mps_zip_filename = \"aria_gen2_sample_data_1_mps_output.zip\"\n",
82+
" mps_zip_filename = \"aria_gen2_sample_data_1_mps_output_dec_2025.zip\"\n",
8383
"\n",
8484
" vrs_file_path = os.path.join(vrs_sample_path, vrs_filename)\n",
8585
" mps_zip_path = os.path.join(vrs_sample_path, mps_zip_filename)\n",

0 commit comments

Comments
 (0)