YYu HHwan KKim

Results 5 comments of YYu HHwan KKim

@Sakshi1510yadav hi, I can share my work. but this is onnxruntime C++ not tflite. For tensorflow yolov8, i modifed the code like below (for python) i didn't include NMS in...

dualDetect branch at the bottom of the yolov9-c.yaml ( [[31, 34, 37, 16, 19, 22], 1, DualDDetect, [nc]], # DualDDetect(A3, A4, A5, P3, P4, P5) ) so train_dual.py (line 315)...

I think it because of your yaml model. what did you use? Please check the yolov9-c.yaml if you check it then you can see dualDetect branch at the bottom of...

@anjineyulutv Using train_dual.py and yolov9-c.yaml like dual branch right? how about the input size? Could you try "Input size should be multiples of 64." said @WongKinYiu

@anjineyulutv Sorry, I mean 1. Select, if you want to train 'dual model'(train_dual.py) or 'single'(train.py) 2. If 'dual model' - please check yaml file for model such as yolov9-c.yaml which...