Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About clip and kaolin problem #29

Open
Doggerlas opened this issue Oct 26, 2022 · 3 comments
Open

About clip and kaolin problem #29

Doggerlas opened this issue Oct 26, 2022 · 3 comments

Comments

@Doggerlas
Copy link

Doggerlas commented Oct 26, 2022

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

@Doggerlas Doggerlas reopened this Oct 26, 2022
@lai-pf
Copy link

lai-pf commented Oct 27, 2022

你好,请问你复现后有尝试过论文中的一些例子吗 我用官方给的配置发现很多例子和论文有差距 例如 仙人掌鞋子和砖块鞋子,请问这是因为CLIP的版本不一样吗还是什么情况
期待回复,万分感谢

@Doggerlas
Copy link
Author

Doggerlas commented Oct 27, 2022 via email

@lai-pf
Copy link

lai-pf commented Oct 27, 2022

好的 感谢
期待你的邮件联系

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants