elliottwu / sorderender

[CVPR2021] De-rendering the World's Revolutionary Artefacts
https://sorderender.github.io/
MIT License
58 stars 12 forks source link

Inference Result #4

Open wileewang opened 1 year ago

wileewang commented 1 year ago

Thanks for your great work.

When I run the inference following your guidline, I get the shape of the vases are cylindrical.

Any suggestions? Or am I missing something?

nausithoe commented 1 year ago

Hello, indeed the work is great. I'm having the same problem. Both syn and met datasets are rendering cylindrical when testing with the provided checkpoints.

elliottwu commented 1 year ago

Hi, Thanks for reporting the issue! I have retested the model with a new environment and it seems to work fine. Can you make sure to use the same versions of the pytorch and neural_renderer? If it's still buggy, give me more details (eg, environment, results) and I'll try to figure it out.

Also, I have fixed a typo in the downloading scripts of the pretrained models (fc655bf66b66876a8bfa589ad16a55ab0860204d). Basically the synthetic model url and the met url are swapped. Maybe that was the issue?

Thanks.