postech-ami / Paint-it

[CVPR'24] Official PyTorch Implementation of "Paint-it: Text-to-Texture Synthesis via Deep Convolutional Texture Map Optimization and Physically-Based Rendering"
https://kim-youwang.github.io/paint-it
MIT License
199 stars 6 forks source link

Default fp16 inference and potentially missing arguments #4

Closed LIU-Yuxin closed 8 months ago

LIU-Yuxin commented 8 months ago

Hi, thank you for releasing the code. I have a few issues encountered during testing. One is that, could you please cast the model weight and input to fp16 by default so the model will work on consumer GPUs with around 20 GB memory? It will be more friendly for users without NV AI cards. Another thing is that seems that some arguments are not set when running paint_it.py, such as objaverse_id (is it the same thing as obj_id), and the learn_lights argument. May I ask if you have tested your program by purely installing from the git repo, especially when some files are excluded from uploading.

Youwang-Kim commented 8 months ago

Hi, thanks for your interest in our work, and for reporting some issues in arguments.

We have modified and checked our codebase again (by installing from the git repo). It should work now. Regarding fp16 model weight & input, we'll consider it as our to-do.

Please let me know if you have remaining issues :) Thanks.

LIU-Yuxin commented 8 months ago

Thank you for fixing. I will open separate issue if further issues exist.