QY1994-0919 / CFPNet

Centralized Feature Pyramid for Object Detection
Apache License 2.0
237 stars 22 forks source link

你好,怎么在yolov5中使用CFPnet模块 #5

Open xqh5201314 opened 1 year ago

QY1994-0919 commented 1 year ago

将我们对应的EVC模块放到yolov5 backbone网络后面,对应其在YOLOX中的位置

yazheng0307 commented 1 year ago

EVC模块

请问EVC模块在代码的哪个位置呢

heylary commented 1 year ago

将我们对应的EVC模块放到yolov5 backbone网络后面,对应其在YOLOX中的位置 请问是添加在yolov5 的neck部分吗

QY1994-0919 commented 1 year ago

@yazheng0307 EVC模块在YOLOX结构中放在backbone后面;在代码中其对应位置在yolo_pafpn.py文件中,经过self.lateral_conv0后增加该模块。

QY1994-0919 commented 1 year ago

@heylary 对。在Yolov5中放在neck部分,即通过backbone后,经过Conv,Upsample之后

qiao-xu commented 1 year ago

我在yolov5 中添加后,训练损失一直是nan,是我添加的位置错误了吗

QY1994-0919 commented 1 year ago

@qiao-xu 可以看#5,#6问题

sunjiuhan commented 1 year ago

你好,evc模块放在yolov5neck部分参数量变的很大这正常吗

hhaAndroid commented 1 year ago

@sunjiuhan https://github.com/QY1994-0919/CFPNet/issues/10