The paper mentions that the images have sizes 368x640 and 480x640, but the images in the dataset have 6 variations of dimensions. The problem is that the bounding box dimensions present in xml file is corresponding to 368x640 and 480x640 only.
The solution for this is to resize all images other than those with 480x640 dimensions to 368x640 and then using the annotations as it is. Please either make changes in your dataset or put this in readme.
The paper mentions that the images have sizes 368x640 and 480x640, but the images in the dataset have 6 variations of dimensions. The problem is that the bounding box dimensions present in xml file is corresponding to 368x640 and 480x640 only.
The solution for this is to resize all images other than those with 480x640 dimensions to 368x640 and then using the annotations as it is. Please either make changes in your dataset or put this in readme.