Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide tx_slam_tag file for the in the wild cup experiment #45

Open
ErinZhang1998 opened this issue May 10, 2024 · 1 comment
Open

Comments

@ErinZhang1998
Copy link

Hi UMI authors,

In


tx_slam_tag is used to convert camera in the SLAM frame to the aruco tag frame.

# SLAM map origin to table tag transform
  if tx_slam_tag is None:
      path = demos_dir.joinpath('mapping', 'tx_slam_tag.json')
      assert path.is_file()
      tx_slam_tag = str(path)
  tx_slam_tag = np.array(json.load(
      open(os.path.expanduser(tx_slam_tag), 'r')
      )['tx_slam_tag']
  )

Question: Can we have the tx_slam_tag.json file for data in https://real.stanford.edu/umi/data/zarr_datasets/cup_in_the_wild.zarr.zip?

It is easier to use data defined in the SLAM frame so that
(1) I can convert the data to other frames
(2) run models from codebase that uses a different frame.

Thank you!

@ErinZhang1998
Copy link
Author

@zhenjia-xu
Hi Zhenjia, I am wondering if it would be possible to share the original raw GoPro videos of the 1447-trajectories dataset used in the UMI generalization experiment?
Thank you so much for helping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant