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
Thanks for your error report and we appreciate it a lot.
Checklist
I have searched related issues but cannot get the expected help.
The bug has not been fixed in the latest version.
Describe the bug
See here run demo. I think this bug is caused by changing ImageToTensor to DefaultFormatBundle in the config file. Something wrong with DefaultFormatBundle in test_pipeline. The actual bug happens in mmcv and here
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug
See here run demo. I think this bug is caused by changing
ImageToTensor
toDefaultFormatBundle
in the config file. Something wrong withDefaultFormatBundle
in test_pipeline. The actual bug happens in mmcv and hereReproduction
Did you make any modifications on the code or config? Did you understand what you have modified?
Change
ImageToTensor
toDefaultFormatBundle
in the config file.What dataset did you use?
COCO
Environment
Please run
python mmdet/utils/collect_env.py
to collect necessary environment information and paste it here.mmcv = 1.1.5 pytorch = 1.6.0 mmdet=2.6.0
Error traceback
see here
Bug fix
Something wrong with
DefaultFormatBundle
in test_pipeline. Changing it back toImageToTensor
solves the problem.The text was updated successfully, but these errors were encountered: