JSON2YOLO
JSON2YOLO copied to clipboard
Implemented argparse for general_JSON2YOLO and update readem with an "How to use" section
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
📊 Key Changes
- Implemented
argparseingeneral_json2yolo.pyto handle command-line arguments. - Updated the
README.mdwith a new "How to use" section. - Added
argparseto therequirements.txtfile.
🎯 Purpose & Impact
- The introduction of
argparseallows users to specify parameters likejson_dirandsourcedirectly from the command line. This increases flexibility and usability for different datasets. - The update to the
README.mdprovides clear instructions on how to use the tool, improving accessibility for new users. - Including
argparsein requirements ensures users will have the necessary packages installed.
🌟 Summary
🛠️ The PR enhances the JSON2YOLO tool by adding command-line functionality and user guidance in the documentation.
Was gonna submit a pr to do the same thing; CLI arguments make this so much more usable. Would be great for using this in pipelines involving COCO annotation files!
That's great to hear! Adding CLI arguments does indeed improve usability, especially for integration into annotation pipelines. Your contribution would be much appreciated. Thank you for feedback!