iumyx2612
iumyx2612
> @iumyx2612 Why do you want to modify this place? If you want to refer to the FCOS pattern, you should consider `*strides` I want to change the bounding box...
If this can be helpful, I wrote a script to visualize the label assignment process of simOTA. I ran this on a test dataset here: https://public.roboflow.com/object-detection/synthetic-fruit This is YOLOX using...
> @iumyx2612 Thank you very much for your feedback. Are all the implementation details included in the issue? I'll debug it when I'm free Yes, I only modified `_bbox_decode` of...
> close or open 'with_stride' in get priors function may help you I keep `with_stride`, since SimOTAAssigner requires priors to have format `[cx, xy, stride_w, stride_y]` The only difference I...
> Do you miss exp(box_pred) after conv? This is done in FCOS' forward but YOLOX' post processing. I don't think it plays an important role here? Since `exp(bbox_pred)` is only...
@hhaAndroid please notify me when you starting working on this :bowing_man:
> > > @iumyx2612非常感谢您的反馈。问题中是否包含所有实施细节?我会在有空的时候调试它 > > > > > > 是的,我只修改`_bbox_decode`了 YOLOXHead。 此外,在训练时,配置数据集、数据管道、优化器、调度器等与`_base_`配置相同(即调整大小时的 img_size,不应用马赛克,...) 如果您需要 simOTA 可视化的代码,我是也愿意分享 > > > > @iumyx2612 Thank you very much for your feedback. Are...
Can I have the link to the paper, I'm really curious about the idea behind ELAN
> _Designing network design strategies_. I need the paper to ELAN, not E-ELAN in YOLOv7
> ELAN paper will be released after accept at the latest. Can I have a look at it, it would be too long waiting for it to get accepted. Even...