AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
805 stars 147 forks source link

yolov7 #133

Closed kimda00 closed 4 months ago

kimda00 commented 4 months ago

Hello, I am trying to incorporate my work with YOLOv7, and while I have changed the YAML file to YOLOv7 and also modified the map.txt file to suit YOLOv7, the training itself is not running, so I am asking this question. Below, I will upload the error message and the modified map file.

Do you have any experience with solving this issue? And is there something wrong with the map file I wrote?

화면 캡처 2024-02-27 205102

Backbone

backbone.stage1 model.0 backbone.stage2_1 model.1 backbone.stage2_2 model.2 backbone.stage3_1 model.3 backbone.stage3_2 model.4 backbone.stage3_3 model.5 backbone.stage3_4 model.6 backbone.stage3_5 model.7 backbone.stage3_6 model.8 backbone.concat1 model.9 backbone.stage4_1 model.10 backbone.stage4_2 model.11 backbone.stage4_3 model.12 backbone.stage4_4 model.13 backbone.stage4_5 model.14 backbone.stage4_6 model.15 backbone.concat2 model.16 backbone.stage5_1 model.17 backbone.stage5_2 model.18 backbone.stage5_3 model.19 backbone.stage5_4 model.20 backbone.stage5_5 model.21 backbone.stage5_6 model.22 backbone.concat3 model.23 backbone.stage6_1 model.24 backbone.stage6_2 model.25 backbone.stage6_3 model.26 backbone.stage6_4 model.27 backbone.stage6_5 model.28 backbone.stage6_6 model.29 backbone.concat4 model.30 backbone.stage7 model.31

Neck

neck.conv1 model.32 neck.upsample1 model.33 neck.concat1 model.34 neck.conv2 model.35 neck.upsample2 model.36 neck.concat2 model.37 neck.conv3 model.38 neck.upsample3 model.39 neck.concat3 model.40

Head

head.sppcspc model.41 head.conv1 model.42 head.upsample1 model.43 head.concat1 model.44 head.conv2 model.45 head.upsample2 model.46 head.concat2 model.47 head.conv3 model.48 head.detect model.49