You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using the pip installation method of yml, install it according to the methods on the clip and kaolin homepages, just make sure that there are clip1.0 and kaolin 0.12.0 in the conda list.
您好!
因为是昨天搭建的环境,今天复现了另一篇论文的模型。所以text2mesh的程序还没有跑其他样例。近期会进行测试,请留意后续邮件,谢谢!
| |
王利猛
|
|
***@***.***
|
---- Replied Message ----
| From | ***@***.***> |
| Date | 10/27/2022 14:09 |
| To | ***@***.***> |
| Cc | Wang ***@***.***> ,
State ***@***.***> |
| Subject | Re: [threedle/text2mesh] About clip and kaolin problem (Issue #29) |
你好,请问你复现后有尝试过论文中的一些例子吗 我用官方给的配置发现很多例子和论文有差距 例如 仙人掌鞋子和砖块鞋子,请问这是因为CLIP的版本不一样吗还是什么情况
期待回复,万分感谢
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
Instead of using the pip installation method of yml, install it according to the methods on the clip and kaolin homepages, just make sure that there are clip1.0 and kaolin 0.12.0 in the conda list.
1. Install clip1.0:
pip install git+https://github.com/openai/CLIP.git
2. Install kaolin0.12.0:
vi ~/.bashrc
export CUDA_HOME=/usr/local/cuda
source ~/.bashrc
conda activate text2mesh
git clone --recursive https://github.com/NVIDIAGameWorks/kaolin
cd kaolin
git checkout v0.12.0
python setup.py develop
Please refer to the following URL
clip 1.0
kaolin 0.12.0
For more details please refer to my blog
My Blog
The text was updated successfully, but these errors were encountered: