AlanCSU

Results 3 comments of AlanCSU

> I made my own data as Cityscapes Dataset format, but my dataset only has 6 classes labeled 0-5. I change the "self.label_mapping" in lib/datasets/cityscapes.py: self.label_mapping = {0: 0, 1:...

> 好的 感谢您,预测问题解决了,但是现在训练时又出现了部分问题: 我发现在训练过程中我在detection\ops\setup.py build install 过程中出现了错误,错误如下: (base) D:\PyCharm_Projects\ViT-Adapter-main\detection\ops>python setup.py build install running build running build_pym_Projects\ViT-Adapter-main\detection\ops> running build_ext E:\conda\lib\site-packages\torch\utils\cpp_extension.py:305: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn(f'Error...

> 因为你的系统好像是Windows, 编译Deformable Attention可能会有问题,你可以参考这个[issue](https://github.com/czczup/ViT-Adapter/issues/41),进行一些修改。 > > I think the deformable attention is not compiled successfully. You can try this: replace line 11 > > import MultiScaleDeformableAttention as MSDA in the...