https://github.com/vovanmozg/extract-subimages
247
This project is a Python application that extracts and saves objects from images. It uses OpenCV and Pillow libraries to process images and extract objects based on contours.
docker pull vovan/extract_subimages
version: '3.8'
services:
extractor:
build: .
volumes:
- ./input:/workspace/input
- ./output:/workspace/output
- .:/workspace
command: python ./split.py
Place your images in the input directory. The application will process these
images and save the extracted objects to the output directory.
docker-compose up
Content type
Image
Digest
sha256:fb8e86ed0…
Size
516 MB
Last updated
over 2 years ago
docker pull vovan/extract_subimages