Closed 4everImmortality closed 2 weeks ago
I just use default setting yaml, and it still showing that actually I didn't change any other yaml setting and just update new yolo feature in common.py and it just can not recognize the class MF and after I delete this code, it still can not recognize all the functions in code' if m in []' no matter I import this or not how could this be solved
well after days and nights to test and through the paper and ultraltics new version, I guess I know how to solve that, and I m going to fork this and when I finish this I will update them
hello doctor recently from our school's program, my tutor give me a instruction to update this great rgb-ir model to the newest version with yolo11, and I've got some problem with this, could you please help me to have a look for this. I followed YOLOv5's format, and move the new features from yolo11 to superyolo, and when i use this It tells me that the function MF can not be use in this area it said that NameError: name 'MF' is not defined. Did you mean: 'F'?
and here is the code after i change that ` def parse_model(d, string, ch, config): # model_dict, input_channels(3) logger.info('\n%3s%18s%3s%10s %-40s%-30s' % ('', 'from', 'n', 'params', 'module', 'arguments'))
` I didn't change any cfg file of the model structure and here is the debug content: I would be very appreciated for all of you gentlemen to help me solve this thank sir in advanced and thank you for everyone who r offering help