Projectaria-tools

Latest version: v1.5.7

Safety actively analyzes 722674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5.7

πŸŽ‰We’re excited to announce Project Aria Tools v1.5.7πŸŽ‰

[Core]
- Added support for devignetting
- See [Notebook](https://github.com/facebookresearch/projectaria_tools/blob/main/core/examples/dataprovider_quickstart_tutorial.ipynb)
- See [Documentation](https://facebookresearch.github.io/projectaria_tools/docs/data_utilities/advanced_code_snippets/image_utilities#image-devignetting)
- Camera projection/unprojection now support float & double precision

[Sample]
- [SAM2 VRS object annotation demo](https://github.com/facebookresearch/projectaria_tools/tree/main/tools/samples/python/SAM2_vrs_object_annotation)
- A new code sample has been added which allows you to label object masks and 2d bounding boxes semi-automatically using [SAM2](https://ai.meta.com/sam2/)

1.5.6

πŸŽ‰We’re excited to announce Project Aria Tools v1.5.6πŸŽ‰

**[CodeSample]**
- **[MPS]**
- [Added a code sample to show how to load and use semi dense point clouds](https://www.linkedin.com/posts/pierre-moulon_projectaria-slam-rerun-activity-7265468565216993280-HANC?utm_source=share&utm_medium=member_desktop) (enable you to easily know points visible at a given timestamps on a given image stream id)
- **[Core]**
- [Vignette masks](https://github.com/facebookresearch/projectaria_tools/commit/ded9b0306b8b1c8404e7f809eb10c528953f29a1) (enable you to de-vignette image streams)

**[ARK]**
Added support of mps-cli for Windows platform

1.5.5

πŸŽ‰We’re excited to announce Project Aria Tools v1.5.5πŸŽ‰

**[PyPI]**
- Added Windows support to our wheels on PyPI

**[MPS]**
- Shown how to best use [SLAM online calibration](https://github.com/facebookresearch/projectaria_tools/blob/main/core/examples/mps_quickstart_tutorial.ipynb) and a time offset for the RGB camera
- MPSDataProvider can now provide the [version ID of the MPS service](https://github.com/facebookresearch/projectaria_tools/commit/890e57b59bc9e1cd7cf9d30d0d605189f8eb3fdf)

**[Documentation]**
- [How to install projectaria_tools from pypi for windows](https://facebookresearch.github.io/projectaria_tools/docs/data_utilities/installation/installation_python)
- [How to install VRS tools and VRS Player](https://facebookresearch.github.io/projectaria_tools/docs/data_formats/aria_vrs/aria_vrs_tools_installation)
- [How to use VRSPlayer](https://facebookresearch.github.io/projectaria_tools/docs/data_formats/aria_vrs/aria_vrsplayer)
- [How to use VRS tools to trim VRS file in time or stream wise](https://facebookresearch.github.io/projectaria_tools/docs/data_formats/aria_vrs/aria_vrs_command_line)

**[ADT]**
- [All objects in ADT now have downloadable 3D models in glb format](https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/aria_digital_twin_dataset/object_models)
- [ADT rerun visualizer now supports visualizing 3D object models](https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/aria_digital_twin_dataset/object_models#visualizing-object-models)

1.5.4

πŸŽ‰ We’re excited to announce Project Aria Tools v1.5.4 πŸŽ‰

**[Core]**

Projectaria_tools can now be compiled for native windows support. Assuming Visual Studio Compiler is setup on the machine (default to `Visual Studio 16 2019` but `Visual Studio 17 2022` is also supported, if generator is updated in the cmake command line `-G`)

C++ compilation + unit test run with Pixi package manager
pixi run run_c
Python compilation + unit test run with Pixi package manager
pixi run run_python


**[Dataset]**
ADTv2 [Tutorial notebook update](https://github.com/facebookresearch/projectaria_tools/commit/c824f6b8782fa29c48fb308eb67a0ea3330916ba)

**[Documentation]**
Added [HOT3D to the OpenDataset wiki page](https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/hot3d)
[Enhanced documentation of ARK TimeSync feature](https://facebookresearch.github.io/projectaria_tools/docs/ARK/sdk/samples/ticsync_sample)

**[MPS/MPS-CLI]**
Add [support of Normals for wrist and palm helping to get the orientation of hands](https://facebookresearch.github.io/projectaria_tools/docs/data_formats/mps/hand_tracking#hand-tracking-outputs)

**[MPS Code Sample]**
[Python notebook showing how to align MediaPipe Hand tracking with MPS wrist and palm tracking](https://github.com/facebookresearch/projectaria_tools/tree/main/tools/samples/python/mps_handtracking_overlay_media_pipe)

1.5.3

1.5.2

πŸŽ‰ We’re excited to announce Project Aria Tools v1.5.2. πŸŽ‰

**[API]**
- VrsDataProvider
- Add support of VRS metadata/file tags and time sync mode
- Calibration
- Add better support for [rotating calibration data](https://github.com/facebookresearch/projectaria_tools/commit/616766ba0a86c1bc31341019d97987f67411bb18) (intrinsics, extrinsics)
- See usage either on [wiki](https://facebookresearch.github.io/projectaria_tools/docs/data_utilities/advanced_code_snippets/image_utilities#rotated-image-clockwise-90-degrees) or in the [AEA](https://github.com/facebookresearch/projectaria_tools/pull/90) dataset viewer
Expose [camera calibration rescaling function](https://github.com/facebookresearch/projectaria_tools/commit/8692a230b76539dc0e3583a2ced1f65f41c34e8d)

**[Code Samples]**
- C++
- [VRS Image mutation](https://github.com/facebookresearch/projectaria_tools/commit/6133b26f9c1f0ada4e33bbb32956b9621c475823)
- Python
- TicSync notebook [tutorial](https://github.com/facebookresearch/projectaria_tools/blob/b4599e1b69b17629e2c0c7e1ae74c94493710f78/core/examples/ticsync_tutorial.ipynb)
- MPS [EyeGaze Depth Estimation](https://github.com/facebookresearch/projectaria_tools/commit/ff0ec97b17e830617f417f14f263f31b84311e3b)
- ADT - [Notebook on converting depth maps to point clouds](https://github.com/facebookresearch/projectaria_tools/commit/093bd1c85e605ba292f0a93384054a7c52641ecf)

**[Tools - Python]**
- [VRS to MP4](https://facebookresearch.github.io/projectaria_tools/docs/data_utilities/advanced_code_snippets/vrs_to_mp4)
- Improved timing accuracy during export
- Updated to include timestamps in the metadata

**[MPS-CLI]**
- API update to mps-cli to support Aria Studio

**[Build]**
- Continuous Integration (adapt to changing software/hardware environment)
- C++ - [Fix for Pangolin](https://github.com/facebookresearch/projectaria_tools/commit/63c42728af405e01c697b6d4fe373592f1b5928f)
- Python wheels - [Fix cibuildwheel version](https://github.com/facebookresearch/projectaria_tools/commit/f8481609a4d4622962d00149dd9104f09db5bf89)
- Python wheels - Fix GitHub runner to be Intel or Mac Silicon

**[Visualization]**
- MPS Viewer - [Enable showing RGB images upright, undistorted, or unchanged](https://github.com/facebookresearch/projectaria_tools/commit/daa89dba94df36b2c83f3117f6d12045a4d58d37)

**[Projects/Dataset]**
- ADT
- Data & Tooling Updated to v2.0
- We have removed the notion of subsequences. All subsequence are now separated into their own sequence folder
- Tooling including visualization and downloaders have been updated to new file structure, but are still backwards compatible
- We have removed access to challenge data now that the challenge has completed
- Visualization
- Python - Add option to add image rectification to the viewer
- C++ - Update Pangolin viewer to better aspect ratio
- AEA
- Visualization - Python - [Ease image rotation/undistortion](https://github.com/facebookresearch/projectaria_tools/pull/90)

**[Documentation]**
- Various improvements, including:
- New [Pairing Additional Glasses and Troubleshooting](https://facebookresearch.github.io/projectaria_tools/docs/ARK/glasses_manual/pair_glasses)
- New [Project Aria Glasses Cable Clip instructions](https://facebookresearch.github.io/projectaria_tools/docs/ARK/glasses_manual/cable_clip)
- Updated Aria Digital Twin (ADT) v2.0 updated to support [Aria Dataset Explorer](https://explorer.projectaria.com/)
- New [Aria Dataset Explorer](https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/dataset_explorer)
- New [Aria Studio](https://facebookresearch.github.io/projectaria_tools/docs/ARK/aria_studio)
- New [Time Synchronized Recordings with Multiple Aria Devices](https://facebookresearch.github.io/projectaria_tools/docs/ARK/sdk/ticsync)
- New [Project Aria FAQ](https://facebookresearch.github.io/projectaria_tools/docs/faq)
- Updated [Info page](https://facebookresearch.github.io/projectaria_tools/docs/intro) and [About ARK page](https://facebookresearch.github.io/projectaria_tools/docs/ARK/about_ARK)

Page 1 of 3

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.