Great Project, I try your code, when i run YOLOX training, in the process of the validation, the bug is comming.
img_meta[img_id]['batch_input_shape'] = tuple(img.size()[-2:])
File "/usr/local/lib/python3.8/dist-packages/mmcv/parallel/data_container.py", line 12, in wrapper
raise AttributeError(
AttributeError: DataContainer has no attribute size for type <class 'list'>
Great Project, I try your code, when i run YOLOX training, in the process of the validation, the bug is comming.
img_meta[img_id]['batch_input_shape'] = tuple(img.size()[-2:]) File "/usr/local/lib/python3.8/dist-packages/mmcv/parallel/data_container.py", line 12, in wrapper raise AttributeError( AttributeError: DataContainer has no attribute size for type <class 'list'>