-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels