InternImage
InternImage copied to clipboard
Is DCNV3 supported on Windows?
Is DCNV3 supported on Windows?
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
how to build DCNv3 on windows thk u