We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Authors,
Thanks for the support of Co3Dv2. However, dataset/co3d.yaml is missing. It is called by train_co3d.py.
" with open('dataset/co3d.yaml', 'r') as file: config = yaml.safe_load(file) "
*SIde Note: training.multiscale_training should be training.training in train_co3d and train_acid. It is so in train_realestate10k.
Regards
The text was updated successfully, but these errors were encountered:
Great thanks! I've fixed the paths for training.train in train_co3d and train_acid
I've also attached the co3d.yaml -- there may be some bugs in dataloading though because I got rather poor samples in Co3D.
Sorry, something went wrong.
No branches or pull requests
Dear Authors,
Thanks for the support of Co3Dv2. However, dataset/co3d.yaml is missing. It is called by train_co3d.py.
"
with open('dataset/co3d.yaml', 'r') as file:
config = yaml.safe_load(file) "
*SIde Note: training.multiscale_training should be training.training in train_co3d and train_acid. It is so in train_realestate10k.
Regards
The text was updated successfully, but these errors were encountered: