453875726
453875726
这个好像跑不通,所以后面我去用3ddfa2了
> **Please detail your questions here : )** > when I run the command of 'python setup.py build_ext -i' , prompt an error. > How to solve this error? Can...
python3 setup.py build_ext -i running build_ext skipping 'mesh_core_cython.cpp' Cython extension (up-to-date) After these, it seems there is no new files in current directory
我遇到了同样的问题,解决了吗?
> `cd ./engineer/render/face3d/mesh/cython` > `python3 setup.py build_ext --inplace` > `python3 setup.py install` `dongchenbo@dongchenbo-Inspiron-5577:~/face3d/face3d/mesh/cython$ python3 setup.py install running install running build running build_ext skipping 'mesh_core_cython.cpp' Cython extension (up-to-date) running install_lib running...
> I get the same error. Did you find a solution to this yet ? Yes, it has been solved 1. At first I used a yaml file to create...
Thx for your reply, I use ubuntu20.04 and I compile as https://storm-irit.github.io/OpenGR/a00002.html says. 1 git clone https://github.com/STORM-IRIT/OpenGR.git 2 mkdir build 3 cd build 4 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install 5 make...
Yes, But I can't remember clearly. I read the paper "Face alignment across large poses: A 3d solution" which uses BFM(Basel Face Model). Therefore I checked [https://faces.dmi.unibas.ch/bfm/bfm2019.html](url). At last I...
BFM's link is as follow: [https://faces.dmi.unibas.ch/bfm/bfm2019.html](https://faces.dmi.unibas.ch/bfm/bfm2019.html)[](url) However, I don't know why the demensions of paper and its implementation code is different.