林杰

Results 18 comments of 林杰

> 你有没有尝试过谷歌解决方案? > > 如 https://stackoverflow.com/questions/52592309/glsl-3-30-is-not-supported-when-compiling-glsl-shader-on-ubuntu-18-04 Thanks for your reply. Yes, I searched for this problem before, and have run "export MESA_GL_VERSION_OVERRIED=3.3" to solve "b'0:1(10): error: GLSL 3.30 is not...

> 你有没有尝试过谷歌解决方案? > > 如 https://stackoverflow.com/questions/52592309/glsl-3-30-is-not-supported-when-compiling-glsl-shader-on-ubuntu-18-04 I'm sorry to bother you again. Aiming at solving these problems, I've been browsing all of Google and issues in your GitHub, but I...

> You could use the old rendering code, see the old [dataset.md](https://github.com/YuliangXiu/ICON/blob/74b5c7db64b04a13d5b921504921f2f4231119c5/docs/dataset.md) and old [scripits](https://github.com/YuliangXiu/ICON/tree/74b5c7db64b04a13d5b921504921f2f4231119c5/scripts) Thank you very much! The older version of the script worked fine, and I was...

> You could use the old rendering code, see the old [dataset.md](https://github.com/YuliangXiu/ICON/blob/74b5c7db64b04a13d5b921504921f2f4231119c5/docs/dataset.md) and old [scripits](https://github.com/YuliangXiu/ICON/tree/74b5c7db64b04a13d5b921504921f2f4231119c5/scripts) I'm sorry to bother you again. I found the rendering process time-consuming. After browsing the...

> > And to run the old script correctly, I change the ms_rate=16 to ms_rate=1.0 in line 115 of render_single.py. I already know that this setting is bad for anti-aliasing,...

> You could use the old rendering code, see the old [dataset.md](https://github.com/YuliangXiu/ICON/blob/74b5c7db64b04a13d5b921504921f2f4231119c5/docs/dataset.md) and old [scripits](https://github.com/YuliangXiu/ICON/tree/74b5c7db64b04a13d5b921504921f2f4231119c5/scripts) Sorry to bother you again, and thank you for your help before. I previously rendered...

> > Good job! When I run the command of "python -m scripts.render_batch -debug -headless", it gives an error as following: > > ```shell > > Star /t Rendering thuman2...

> 1. the checkpoint will be automatically saved when the valid error is smallest > 2. You are doing right, I just fixed the bug ([02cdce4](https://github.com/YuliangXiu/ICON/commit/02cdce4666ee0baea52402d127dbc11bf1a09e9f)), thanks for your feedback....

> 您好,我以前遇到过类似的问题,我通过将render_bash.py设置为 1.0 来解决它`rs_rate` Thanks for your kind suggestion, but it didn‘t work to me.

> Or maybe you can try temporarily modify multi process part to single to find bug, like: Thank you very much. Indeed, you are right. Other errors may have led...