Configuration - cnnsyhnx/CrowdInsight GitHub Wiki

⚙️ Configuration

You can pass several runtime arguments to the CLI.

🖼️ Basic Options

python run.py --image path.jpg
python run.py --folder images/

🔧 Optional Flags

Flag Description
--save Save annotated image
--no-json Don't generate JSON
--resize Resize input for faster processing

All configurations are passed through argparse inside run.py.

For deeper changes, edit detector.py.