How to use AriaViewer with Python?
Closed this issue · 5 comments
Hi!
I am trying to visualize sequences with AriaViewer in Python but I get that there is no main.py
file.
Am I doing something wrong with my python setup? Thank you!
Hello @maria-t ,
I assume you are trying to use this documentation to run our python visualizers
We are using short names that refers to main in python files packaged with projectaria_tools, you can find the mapping here
If you want to use the C++ binaries, we are not packaging them, but you can build them following the instructions shared here
Hi again!
No, I am using the documentation here, since I am trying to visualize sequences from the Pilot dataset.
In the meantime, I managed to run the visualization tool in C++, but then I have the problem that the eye-tracking red cross, trajectory and speechtotext paths are not working.
@maria-t the Aria Pilot Dataset
has been updated and shared here
https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/aria_everyday_activities_dataset
You can also use the new visualizer developed for it https://facebookresearch.github.io/projectaria_tools/docs/open_datasets/aria_everyday_activities_dataset/aea_visualizers#python-visualizer
Hello @maria-t, please do find the official new re-release of the dataset here https://www.projectaria.com/datasets/aea/
Great, thank you!