May 6, 2022
Kindly check the annotations of your datasets, make sure that they are correct especially at the
following segments:
<size>
<width>720</width>
<height>480</height>
<depth>3</depth>
</size>
From the error code, it seems the input width is 0 which should not be the case. You can attempt to print out the following variables to identify the issue:
* pil_bbox
* width
* height