unggi

Results 6 comments of unggi

@glenn-jocher Thank you ! I have a question. What is difference between `results = model.val(data='/workspace/ExDark-12/data.yaml')` and `results = model.val(data='/workspace/ExDark-12/data.yaml', split = 'test')` I think this is the reason why the...

@glenn-jocher Thank you for your detailed explanation! I have another problem. When i eval the original YOLOv8 with dataset whose number of classes is 7 and name according to each...

@glenn-jocher I already did it, but yolov8's 0th ~6th class index is "0": "person", "1": "bicycle", "2": "car", "3": "motorcycle", "4": "airplane", "5": "bus", "6": "train", This is not match...

@glenn-jocher In this case, should i make a new accuracy and precision function?

@glenn-jocher In addition, should i calculate the accuracy and precision? Not by YOLO built-in function?

@glenn-jocher Thank you for your supporting! I completed this work successfully!