You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the work done in this repository and the provided training scripts. I have successfully trained the motion prior using SLAM poses (script 1_train_motion_prior.py). However, I am trying to understand the branch that incorporates egocentric images and HaMeR for guiding the diffusion. I have a few questions regarding this setup:
Dataset Source: I couldn't find a reference to the dataset used for egocentric images. Could you clarify where the dataset is defined or loaded in the code?
Training Script: The only training script I found is for training the motion prior with SLAM poses. Is there a separate script that handles the full training pipeline using egocentric images and HaMeR?
Any guidance on this would be greatly appreciated. Thank you for your time!
The text was updated successfully, but these errors were encountered:
Images are only used at test time, so we don't have a dataset or script for training. The diffusion model in EgoAllo is only conditioned on SLAM poses.
If you want to follow the details here:
We run HaMeR on images from test sequences. For Aria data this is done with 2_run_hamer_on_vrs.py.
The inference script (3_aria_inference.py) loads hand information in the form of HaMeR outputs + optionally Aria MPS wrist detections.
Hi :)
I appreciate the work done in this repository and the provided training scripts. I have successfully trained the motion prior using SLAM poses (script 1_train_motion_prior.py). However, I am trying to understand the branch that incorporates egocentric images and HaMeR for guiding the diffusion. I have a few questions regarding this setup:
Dataset Source: I couldn't find a reference to the dataset used for egocentric images. Could you clarify where the dataset is defined or loaded in the code?
Training Script: The only training script I found is for training the motion prior with SLAM poses. Is there a separate script that handles the full training pipeline using egocentric images and HaMeR?
Any guidance on this would be greatly appreciated. Thank you for your time!
The text was updated successfully, but these errors were encountered: