dyhBUPT / StrongSORT

[TMM 2023] StrongSORT: Make DeepSORT Great Again
GNU General Public License v3.0
746 stars 75 forks source link

fix argparse type error: replaced 'str' with str #113

Closed marccorretge closed 4 months ago

marccorretge commented 4 months ago

This pull request fixes a ValueError caused by incorrectly using the string 'str' instead of the type str in the argparse argument definitions within opts.py.

Changes include:

These changes resolve the error and ensure the script runs correctly. Please review and merge.

dyhBUPT commented 4 months ago

Thanks for your correcting! Looking forward to your more contributions~