Parsing Error for P2 head in YOLOv8

Hey @Suraj_Upadhyay,

You’re getting one big concatenated output instead of separate detection layers because the parser is diving too deep into your YOLOv8 model - it’s going past your intended stopping point and picking up Ultralytics’ built-in postprocessing layers (things like Concat, Sigmoid, DFL, etc.).

Could you share your alls and yaml files for this compilation?
The easiest way for me to help is if you can provide the alls and yaml files, and then I can take a look at what’s going on!