iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.47k stars 428 forks source link

model training started but inside model summary its showing false #157

Closed akashAD98 closed 1 year ago

akashAD98 commented 1 year ago

What's wrong with this, i was able to complete my epoch training, but in summary, its showing this False, I tried configs/yolov7improved/yolov7-VoVGSCSP.yaml , its really using vovGscsp, or its normal training? what should I need to do to make it True? @iscyy @WangQvQ

configs/yolov7improved/yolov7-VoVGSCSP

image
chihuajiao commented 1 year ago

Can you show your error message? i don't quite understand what you mean

akashAD98 commented 1 year ago

its correct,its showing False here, so I'm confused about whether this neck part model is using @chihuajiao

image
chihuajiao commented 1 year ago

Sorry, I can't solve your problem. Because I am a novice. I think you can try to change it to True or use VScode to view the source code

WangQvQ commented 1 year ago

It's easy, you just need change yolov7-VoVGSCSP.yaml , image image

akashAD98 commented 1 year ago

@WangQvQ where should i change,in .yaml ,which line can you please tell me

WangQvQ commented 1 year ago

@akashAD98 image

akashAD98 commented 1 year ago

Ohh its inside .yaml 😅,thanks I haven’t checked it,I thought it’s insode common.py or code