Shengyu Meng

Results 9 comments of Shengyu Meng

Try to install Windows SDK then restart your computer then try again. I solved the same problem by doing this.

@czxrrr Hi, do you solve your problem? I meet the same problem with you. I currently use windows 10 64bit, python 3.5, OpenCV 3.2, GTX 1070, CUDA 8.0, cudnn 5.1...

> I finally fixed that by ``` git clone --recursive https://github.com/NVlabs/tiny-cuda-nn.git cd tiny-cuda-nn git checkout 466aa1c cd bindings/torch python setup.py install ``` seems git without --recursive may cause uncompleted download.

> I have installed threestudio with WSL2. I hope you find the following article helpful. Translation in Chrome generally works. https://zenn.dev/shinya7y/articles/threestudio-prolificdreamer I followed your guide and succeed! But sadly WSL2...

> Hi @shengyu-meng, it is very nice! > > I guess for the mesh exporter, you can use the `cuda` context_type if opengl is uncompatible. Thanks for your suggestion! So...

To be honest, I failed to install that on windows, only succeed in Ubuntu 16.04. In theory, when you have a proper compiler in windows, for example, Developer Command Prompt...

There is because the input image was not used as direct reference but embed as a feature vector by CLIP. Therefore, it is used as "visual language" for CLIP, which...

> It seems to be caused by Viser. Have you tried run command line version (i.e. without WebUI) Thanks for your reply. I have tried to run the command line...

> I have never met this error. Can you successfully import torch? Please check your torch version by torch.**version** and CUDA version with nvcc -V Sure. I have verified the...