damagedPosterDetector/
├── input/ # Put your poster images here
└── output/ # Results will be saved here
Put all your poster images in the input/ folder:
cp your_poster.jpg input/
cp another_poster.png input/# Process all images in input folder
python3 pretrained_damage_detector.py --folder
# Or specify folders explicitly
python3 pretrained_damage_detector.py --input input --output outputResults will be in the output/ folder:
- Original images with damage annotations
- JSON reports with detailed analysis
- Summary statistics
- JPEG (.jpg, .jpeg)
- PNG (.png)
- BMP (.bmp)
- TIFF (.tiff)
- WebP (.webp)
That's it! Simple and clean. 🎉