YOLOX icon indicating copy to clipboard operation
YOLOX copied to clipboard

MegEngine implementation of YOLOX

Results 5 YOLOX issues
Sort by recently updated
recently updated
newest added

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,...

当输入宽高不一致时报错, 在训练过程中报错,报错时机随缘: yolo_head.py", line 351, in get_assignments bboxes_preds_per_image = bboxes_preds_per_image[fg_mask] RuntimeError: assertion `dtype == dst.dtype && dst.is_contiguous()' failed at ../../../../../../dnn/src/common/elemwise/opr_impl.cpp:281: void megdnn::ElemwiseForward::check_layout_and_broadcast(const TensorLayoutPtrArray&, const megdnn::TensorLayout&)

各位大佬,我想问下有基于megengine的yolox 各个版本下的权重下载路径嘛?