xiangli93

Results 3 comments of xiangli93

> Hi, I am very interested in your work and want to try. But I got an EGL error when I run bash scripts/render_batch.sh debug all: > > ```shell >...

> Thanks for the good work. I am trying to reproduce the diffusion model upon image inpainting task. The configuration file I uses is modified from `models/ldm/inpainting_big/config.yaml`. But the loss...

> hi, how did you get textured mesh? infer.py add the codes: 708: final_colors=gen_mesh_color(verts_pr, model.netG, device, in_tensor) 716: final.visual.vertex_colors = final_colors