xiohulp
xiohulp
followed the instruction as you told, but still get error messages as: Traceback (most recent call last): File "C:\Users\xiohu\.conda\envs\python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\xiohu\.conda\envs\python310\lib\runpy.py", line...
> detectron2.这个包编译安装,要求:windows c++库你得装着。 然后依赖: black, cloudpickle, future, fvcore, hydra-core, iopath, matplotlib, omegaconf, Pillow, pycocotools, pydot, tabulate, tensorboard, termcolor, tqdm, yacs 上面的依赖中pycocotools千万别漏了。 接着DensePose的安装依赖detectron2(Required-by: detectron2-densepose),所以: 1,pip install git+https://github.com/facebookresearch/[email protected] 2,pip install git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose 需要装哪些c++运行库?
after following the installation guide, when i run the app, got the error message: (venv) D:\vid2densepose>python app.py Traceback (most recent call last): File "app.py", line 2, in from detectron2.config import...
same problem here,too