错误: RuntimeError: Error building extension'nvdiffrast_plugin': [1/4] c++ -MMD -MF torch_rasterize.o.d -DTORCH_EXTENSION_NAME=nvdiffrast_plugin -DTORCH_API_INCLUDE_EXTENSION_H -isystem /home/heizhima/anaconda3/en
Deep3DFaceRecon_pytorch │ └─── BFM │ └─── 01_MorphableModel.mat │ └─── Exp_Pca.bin | └─── ... We provide a model trained on a combination ofCelebA,LFW,300WLP,IJB-A,LS3D-W, andFFHQdatasets. Download the pre-trained model using thislink (google drive)and organize...
git clone https://github.com/sicxu/Deep3DFaceRecon_pytorch.git cd Deep3DFaceRecon_pytorch conda env create -f environment.yml source activate deep3d_pytorch Install Nvdiffrast library: git clone -b 0.3.0 https://github.com/NVlabs/nvdiffrast cd nvdiffrast # ./Deep3DFaceRecon_pytorch/nvdif...
Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019). A PyTorch implementation. - Create LICENSE · sicxu/Deep3DFaceRecon_pytorch@13437ea
我知道了查看详情 登录注册 【5月27日 20:00】江湖夜语十二载,相逢一笑谈开源|Gitee 十二周年特别直播预告 扫描微信二维码支付 取消 支付完成 Watch 不关注关注所有动态仅关注版本发行动态关注但不提醒动态 1Star1Fork0 fight123/Deep3DFaceRecon_pytorch
Greate work. I'm having a problem on running the inference code. Firstly, I meeted the problem of fatal error: EGL/egl.h: No such file or directory. I installed a package by apt-get install libegl1-mesa-dev. Then I met another problem [F...