LinhanDai/yolov9-tensorrt

Error in do_infer: 'Yolov9' object has no attribute 'output_dim'

Opened this issue · 0 comments

I am trying to run Yolov9 as per your instruction. I am getting the following error.

Error in do_infer: 'Yolov9' object has no attribute 'output_dim'

When I check Yolov9 class, it does not contain output_dim.