C2-Matching
C2-Matching copied to clipboard
Inference On Custom Images ? Colab Demo?
Hello, thank you for your great work it will be great if you provide a colab notebook demo of this amazing repo, if you can show how to inference on custom images in the colab demo, it will be much appreciated and it will help everyone, Kind Regards
I have been trying to compile DCNv2 as described in your readme file but I think mmcv developers don't support it especially with the version you mention in the repo.
I have the following error when I compile it on Windows 10 + Visual Studio 17 when I run:
cd mmsr/models/archs/DCNv2
python setup.py build develop
build\lib.win-amd64-3.7_ext.cp37-win_amd64.pyd : fatal error LNK1120: 1 unresolved externals error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe' failed with exit status 1120
Can the authors suggest some alternatives way to handle this issue ? Because without this I think not many people can reproduce your results.
Else a collab demo might be a good idea like suggested here
Thanks for your interest in our work. Our method is developed under Linux system. We don't test it under the windows system.
We will consider adding colab demo later~