MegEngine / YOLOX

MegEngine implementation of YOLOX
Apache License 2.0
106 stars 15 forks source link

fix bugs #12

Open LZHgrla opened 2 years ago

LZHgrla commented 2 years ago
  1. img_info for VOC dataset is wrong.
  2. grid for 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, when height != weight, it will be wrong.
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

FateScript commented 2 years ago

@LZHgrla could you post a code snippt to reproduce such an error ? It's helpful for me to check. Thanks!