YOLOX
YOLOX copied to clipboard
fix bugs
img_infofor VOC dataset is wrong.gridfor yolo_head is wrong (Similar to https://github.com/MegEngine/YOLOX/issues/9). If the image has the same height and width, it will be ok. But, whenheight != weight, it will be wrong.
@LZHgrla could you post a code snippt to reproduce such an error ? It's helpful for me to check. Thanks!