YuliangXiu / ECON

[CVPR'23, Highlight] ECON: Explicit Clothed humans Optimized via Normal integration
https://xiuyuliang.cn/econ
Other
1.08k stars 106 forks source link

ECON CoLab fails in step 7 #34

Closed jnevin closed 1 year ago

jnevin commented 1 year ago

image

https://colab.research.google.com/drive/1YRgwoRCZIrSB2e7auEWFyG10Xzjbrbno#scrollTo=9B9BSScMX2y0&line=1&uniqifier=1

All 6 prior steps executed correctly without issue.

jnevin commented 1 year ago

SORRY - IT'S STEP 8 THAT FAILS.

I retried the next day, same failure to build for voxelize-cuda:

image

YuliangXiu commented 1 year ago

I just updated the code to remove the dependency on voxelize-cuda and set pytorch3d==0.7.1, you can have another try

jnevin commented 1 year ago

Fails with different error now in Step 8: image

Thanks investigating YuliangXiu

1766685212 commented 1 year ago

我刚刚试了,也是同样的错误

1766685212 commented 1 year ago

屏幕截图_20230320_104016

YuliangXiu commented 1 year ago

@jnevin @1766685212

It does take some effort to install PyTorch3D successfully, but I finally make it and create the wheel file. image Now you can have another try on Colab, and it will reduce the installation time from 20min to 2min.

jnevin commented 1 year ago

hi @YuliangXiu tried again and final mesh generation fails. it complains about PyTorch3D being unavailable: image

Will attempt again...

jnevin commented 1 year ago

^^ ModuleNotFoundError: No module named 'pytorch3d'

jnevin commented 1 year ago

@YuliangXiu the PyTorch3D wheel DOES seem to succeed now - thank you! The final creation of the result FAILS however when executing the next-to-last Running ECON step.

Here is the PyTorch3d wheel success: image

But the same error as above is thrown with ModuleNotFoundError:

image

YuliangXiu commented 1 year ago

image But this works for me, have you already set the "GPU" as follows? image

jnevin commented 1 year ago

doing another run and will let you know results. looks like GPU matches yours:

image
jnevin commented 1 year ago

@YuliangXiu Notebook still fails in final step, although now it is complaining about Cuda device.

See the full flow of my notebook execution -- note that Nvida GPU matches yours.

image image image image image image image image image image image image image image image
jnevin commented 1 year ago

@YuliangXiu ^^ note that i am on "free" CoLab" account and not paying for Premium Colab service. So "standard GPU" only for me.

YuliangXiu commented 1 year ago

The PyTorch3D package is really annoying. I will check it later after flight landing.

YuliangXiu commented 1 year ago

@jnevin

image

Finally!

jnevin commented 1 year ago

@YuliangXiu will test and verify. Thank you for working so hard to resolve this.

jnevin commented 1 year ago

@YuliangXiu success in running the example!