marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 356 forks source link

gen_wts_ppyoloe.py: error: unrecognized arguments: #320

Open jo-dean opened 1 year ago

jo-dean commented 1 year ago

when i run python3 gen_wts_ppyoloe.py -w ppyoloe_plus_crn_s_80e_coco.pdparams -c configs/ppyoloe/ppyoloe_plus_crn_s_80e_coco.yml this happend: image how can i solve this problem? thank you!

jo-dean commented 1 year ago

I add an argument,does it right? parser.add_argument('-c', '--config', required=True, type=str,help='Model config (.yml) file path (required)')

marcoslucianops commented 1 year ago

The PPYOLOE conversor uses the Paddle ArgsParser. It's hardcoded with the additional args.