xyqqqfs
xyqqqfs
Hi!Were you able to resolve this issue?
> The problem has been solved, thank you very much!
> nuc@nuc-NUC11PAHi5:~/Desktop/yolov5_cpp_openvino/demo/build$ make Consolidate compiler generated dependencies of target detector make[2]: *** 没有规则可制作目标“/opt/intel/openvino/deployment_tools/ngraph/lib/libngraph.so”,由“libdetector.so” 需求。 停止。 CMakeFiles/Makefile2:84: recipe for target 'CMakeFiles/detector.dir/all' failed make[1]: *** [CMakeFiles/detector.dir/all] Error 2 Makefile:90: recipe for target...
cuda11.1+torch1.9.0+detetron2 v0.2.1,把所有出错的from fsdet.config.default import _C改成from detectron2.config.default import _C就能跑了
> > > > 请问你怎么装的detectron2 v0.2.1,我换了一台机子环境是cuda11.1+torch1.8,但是我忘了怎么装detectron2的包了,在detectron2的tutorial里看到的v0.2.1 不支持这个环境,不知道该怎么办了 https://blog.csdn.net/qq_35030874/article/details/116915874 按这篇博文下的,高版本的detectron2会报别的错
> 这个博客写的是在win下面编译,你也用的win系统吗 我用的ubuntu20.04,差不多的
https://github.com/bingykang/Fewshot_Detection/issues/7#issuecomment-753658247 I followed this method and it worked, you can try it