ds22058

Results 5 comments of ds22058

Thank you for your reply and I have already solved this issue

Hi, I met another trouble when I try to render on my own dataset with angle ranged from 0 to 180. It could output result but the depth was abnormal...

@SPieterG Hi, I use sudo apt-get install colmap but get error as 'E: Unable to locate package colmap'. Do you know how to solve this error. Thanks in advance

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...

@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...