scenediffuser / Scene-Diffuser

Official implementation of CVPR23 paper "Diffusion-based Generation, Optimization, and Planning in 3D Scenes"
https://scenediffuser.github.io/
MIT License
341 stars 24 forks source link

Weird Eval Results #2

Closed xizaoqu closed 1 year ago

xizaoqu commented 1 year ago

I followed the step and render the pose using "bash scripts/pose_gen/sample.sh ./outputs/2022-11-09_11-22-52_PoseGen_ddm4_lr1e-4_ep100/ OPT", but I got weird results. image I can't figure out how this could happen. Any suggestion?

xizaoqu commented 1 year ago

Actually, it's the results without "OPT". But if I add OPT in the command, there is an error: File "Scene-Diffuser/models/optimizer/utils.py", line 111, in get_contact_id verts_ids.append(self.contact_verts_ids[part]) KeyError: 'back'

xizaoqu commented 1 year ago

I fix it. But there are still many undesirable cases lol. image