Open KreBicycle opened 4 months ago
I ran into same issue but I copied the files from provided data in One Drive folder.
I ran into same issue but I copied the files from provided data in One Drive folder.
You mean I should download the "full" folder?
We don't use .tml file. And this issue maybe because the headless rendering. If you use windows with a display, you shouldn't have this problem. If you use Linux, you should refer to the headless rendering with moderngl. @KreBicycle
We don't use .tml file. And this issue maybe because the headless rendering. If you use windows with a display, you shouldn't have this problem. If you use Linux, you should refer to the headless rendering with moderngl. @KreBicycle
But I didn't launch any headless rendering, just executed the script of prepare_data which is on your provided data. I don't think there is anything to do with headless rendering in my view. Is there anything wrong?
In prepare_data.py. We render depth using moderngl. It's a kind of headless rendering. If you download our full data, you can skip data prepare stage, just using our rendered depth maps.
@KreBicycle You also can try to use Windows with display to render depth, and execute the rest steps with Linux
We don't use .tml file. And this issue maybe because the headless rendering. If you use windows with a display, you shouldn't have this problem. If you use Linux, you should refer to the headless rendering with moderngl. @KreBicycle
@KreBicycle This way works well for me. I also ran this project on Linux(specifically docker with cuda:11.3.1-cudnn8-devel-ubuntu20.04 image).
Found error while running prepare_data.py
I thought it may be short of GPU, but I found nothing wrong. So I think maybe the error came from bust_long_c.obj.mtl, and I didn't find this file. There is only a similar bust_long.obj in directory Bust. I followed readme to install the repository, but I only downloaded processed_data. Did I miss anyting?