You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you make any modifications on the code? Did you understand what you have modified?
**cuda:11.1, torch:1.8.1+cu111, MMCV:1.6.1, **
Please run python -c "from mmcv.utils import collect_env; print(collect_env())" to collect necessary environment information and paste it here.
You may add addition that may be helpful for locating the problem, such as
How you installed PyTorch [e.g., pip, conda, source]
Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.)
Error traceback
If applicable, paste the error traceback here.
AseertionError
No errors are reported when both h and w in the shape can be divisible by 4.
Bug fix
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
The text was updated successfully, but these errors were encountered:
Thanks for reporting the unexpected results and we appreciate it a lot.
Checklist
Describe the Issue
When h and w are not divisible by 4, Correlation calculations are unreliable
Reproduction
**cuda:11.1, torch:1.8.1+cu111, MMCV:1.6.1, **
python -c "from mmcv.utils import collect_env; print(collect_env())"
to collect necessary environment information and paste it here.$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)Error traceback
If applicable, paste the error traceback here.
Bug fix
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
The text was updated successfully, but these errors were encountered: