-
Notifications
You must be signed in to change notification settings - Fork 10
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
Question about repo and dataset #5
Comments
Hello! You can find info and the small sample data of our dataset here: |
Thank you for your explanantion! I have another question now. When I run render.py, the result is 'KeyError: 'dataloaders'' . I guess it is because there is no dict named dataloaders in the pretrained/model4_layers/tblock4.yaml, so I copy the one in the tblock4_train.yaml and run again, the result is still the same as before. I check the code and find a line 'dataloader = get_dataloader_from_params (config['dataloaders'], 'render') ' in render.py, but in the defination of function get_dataloader_from_params it writes 'dataloader_config = params['dataloaders']'. I think the first code should be modified to 'dataloader = get_dataloader_from_params (config, 'render') ' and I try it, it turns out to be 20it [00:00, 475.59it/s] Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) The above error also apears when I run the render_val_dataset.py with parameters I really want to run all the code to see the result of your Great work. Could you please help me with these questions? |
Hello! We updated this repo, and now you can generate your own validation dataset and render videos with it. |
@ds22058 |
@Sunineu I check the code and find a line 'dataloader = get_dataloader_from_params (config['dataloaders'], 'render') ' in render.py, but in the defination of function get_dataloader_from_params it writes 'dataloader_config = params['dataloaders']'. I think the first code should be modified to 'dataloader = get_dataloader_from_params (config, 'render') ' . The author has already corrected it. |
@ds22058 |
Great work!
I met problems when I runned the render.py and render_val_dataset.py. It could not fint pretrained/stereo_layers/stereo_layers.yaml. Besides, the pretrained/download.sh was empty and could you please explain the detailed information about the dataset including the path and usage etc.
Looking forward to your rely .Thanks in advance
The text was updated successfully, but these errors were encountered: