https://github.com/compscidr/batch-photo-cropper
identifies a photo in a picture and crops the background away
https://github.com/compscidr/batch-photo-cropper
Last synced: 3 months ago
JSON representation
identifies a photo in a picture and crops the background away
- Host: GitHub
- URL: https://github.com/compscidr/batch-photo-cropper
- Owner: compscidr
- License: apache-2.0
- Created: 2021-01-10T17:08:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T05:00:37.000Z (over 5 years ago)
- Last Synced: 2025-09-28T18:42:00.712Z (8 months ago)
- Size: 7.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# batch-photo-cropper
identifies a photo in a picture and crops the background away
## The Plan
- Label some sample images of photos against the dark background (used CVAT)
- Train a yolo model to recognize photos against the dark background
- Run inference on full dataset
- Crop to the bounding box identified for each image
- Write output images to out an output folder
## Resources:
- https://towardsdatascience.com/how-to-train-a-custom-object-detection-model-with-yolo-v5-917e9ce13208