myheal000

Results 4 comments of myheal000

我也遇到了类似是的问题,编译过程中的确出现了问题sigmoid_focal_loss_cuda.obj : error LNK2001: 无法解析的外部符号 "public: long __cdecl at::Tensor::item(void)const " (??$item@J@Tensor@at@@QEBAJXZ) build\lib.win-amd64-3.7\mmdet\ops\sigmoid_focal_loss\sigmoid_focal_loss_ext.pyd : fatal error LNK1120: 1 个无法解析的外部命令 error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120,但是我不知道如何修改

> 感觉是没有正确的安装,我之前也遇到过,重装一次后好了 OrientedRCNN这个模型的话不是原始存在的模型,是作者自己建立的模型,我的环境跑原始的模型时没有问题的。

你好,我的是windows平台,我看了我的mmcv和mmdet版本是对应的,mmcv和pytorrch和cudn版本也对应,我大概知道报错原因是我的mmdet是从镜像源下载来的所以显示OrientedRCNN is not in the models registry,但是我自己重新配置环境的时候,下载作者的mmdet时运行python setup.py develop 会报error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120,请问你知道是什么原因吗

兄弟,我想问问你,你服务器的具体配置是什么