-
Notifications
You must be signed in to change notification settings - Fork 11
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
how can I get pose.mat? #11
Comments
You can find it here: https://www.dropbox.com/s/qo8b7odsms722kq/cvpr2023_wide_baseline_data.tar.gz?dl=0 |
thanks! |
Yes it should be below:
|
why HW set to 256, 455? in realestate10k_dataio.py
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'''
def create_dataloader_callback(sidelength, batch_size, query_sparsity):
train_dataset = RealEstate10k(img_root="data_download/realestate/train",
pose_root="poses/realestate/train.mat",
num_ctxt_views=opt.views, num_query_views=1, query_sparsity=192,
lpips=opt.lpips, augment=(not opt.no_data_aug))
'''
pose_root="poses/realestate/train.mat",
pose_root="poses/realestate/test.mat",
The text was updated successfully, but these errors were encountered: