AlibabaResearch / efficientteacher

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

covert yolov8 to efficient teacher #145

Open TahereSaidi opened 4 months ago

TahereSaidi commented 4 months ago

Hello I have a question about converting YOLOV8 weights to weights that can be used for the efficient teacher paper model. I have managed to create a map file that I will send if necessary. But I don't know how to change the backbound and head and neck files of Yolo V8 which are in the following address: efficientteacher/models/ How should I change them so that I can change the weight correctly? Also, apart from these files and LabelMatch, are there other files that need to be changed? Please guide me. I'm stuck and need some help. please help