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

Evaluation on DTU, Re10k and Mipnerf #5

Open
D-Nilsson opened this issue Sep 25, 2024 · 0 comments
Open

Evaluation on DTU, Re10k and Mipnerf #5

D-Nilsson opened this issue Sep 25, 2024 · 0 comments

Comments

@D-Nilsson
Copy link

D-Nilsson commented Sep 25, 2024

Hi, thanks for the excellent work! I am interested in evaluating the trained model on DTU, Re10k and Mipnerf to reproduce Table 2 in the paper. There is some code in test.py (copied below) and a flag --dataset, but these data loading classes are not defined or imported in the released code. I would be grateful if this was supported.

    if dataset_name == 'dtu':
        dataset = DTUDataset(pose_cond=train_configs['pose_cond'])
    elif dataset_name == 're10k':
        dataset = Re10kDataset(pose_cond=train_configs['pose_cond'])
    elif dataset_name == 'mipnerf':
        dataset = MipnerfDataset(pose_cond=train_configs['pose_cond'])
    elif dataset_name == 'megascenes':
        dataset = PairedDataset(pose_cond=train_configs['pose_cond'], split='test')

Thanks!

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