jwwangchn / NWD

Official code for "A Normalized Gaussian Wasserstein Distance for Tiny Object Detection"
Apache License 2.0
199 stars 23 forks source link

MMCV version mismatch #1

Open Sharpiless opened 2 years ago

Sharpiless commented 2 years ago

The mmcv-nwd provided is 1.2.7 while this repo requires 1.3.0+.

jwwangchn commented 2 years ago

@Sharpiless mmcv-nwd is now updated to 1.3.5

Sharpiless commented 2 years ago

Thanks

qf296266453 commented 1 year ago

MMCV version mismatch The mmcv-nwd provided is 1.3.5 while this repo requires 1.3.17-1.8.0.

AssertionError: MMCV==1.3.5 is used but incompatible. Please install mmcv>=1.3.17, <=1.8.0.

woshinangua commented 10 months ago

MMCV version mismatch The mmcv-nwd provided is 1.3.5 while this repo requires 1.3.17-1.8.0.

AssertionError: MMCV==1.3.5 is used but incompatible. Please install mmcv>=1.3.17, <=1.8.0.

I have the same question,how do you solve it?Thanks.