OpenGVLab / InternImage

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
https://arxiv.org/abs/2211.05778
MIT License
2.52k stars 234 forks source link

Is DCNV3 supported on Windows? #191

Open TstMua opened 1 year ago

TstMua commented 1 year ago

Is DCNV3 supported on Windows?

daniel-code commented 1 year ago

I have built DCNv3 from the source CUDA code on Windows (CUDA 11.3). It can inference, but there is an issue in the training script.

yapf.yapflib.verifier.InternalError: (unicode error) 'unicodeescape' codec can't decode bytes in position 11-12: truncated \uXXXX escape (<string>, line 1)

Update

Fix unicodeescape issue by modify code.

201

bkbbbb commented 10 months ago

how to build DCNv3 on windows thk u