dvlab-research/ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions

which DCNv2 module is used

pjy125175 opened this issue · 1 comments

I am installing DCN_ V2 https://github.com/CharlesShang/DCNv2 , but you need to lower the version of pytorch to install.

When I lower the pytorch version and run the test code, there is a problem like AttributeError: module 'torch.jit' has no attribute 'script_if_tracing', so I want to ask about the dcnv2 you use

I use https://github.com/lbin/DCNv2.git of pytorch1.9 branch to solve this problem