cuiziteng / Illumination-Adaptive-Transformer

[BMVC 2022] You Only Need 90K Parameters to Adapt Light: A Light Weight Transformer for Image Enhancement and Exposure Correction. SOTA for low light enhancement, 0.004 seconds try this for pre-processing.
Apache License 2.0
441 stars 43 forks source link

detection #26

Closed PeterSmith1 closed 1 year ago

PeterSmith1 commented 1 year ago

大佬,这IAT如何集成到YOLOV5上呢,我看原文采用的是YOLOV3去做检测任务的

cuiziteng commented 1 year ago

这个简单,mmdetection的话直接在这里改,加上你的新模型比如YOLOV5,然后configs里面加一下就好了,可以仿照我怎么添加的YOLOV3和DETR来写一下。

PeterSmith1 commented 1 year ago

这个简单,mmdetection的话直接在这里改,加上你的新模型比如YOLOV5,然后configs里面加一下就好了,可以仿照我怎么添加的YOLOV3和DETR来写一下。

谢谢大佬

NMU-wmb commented 6 months ago

@PeterSmith1 你好,使用yolov5改好了吗?