Usage

Downsized images

  • It downsizes the images from big size to 512x512. Supports only JPG files.
COMMAND REQUIRED DESCRIPTION
--img_path yes Path to images folder.
--output_path yes Path to the output images folder.

Return

JPG files - downsized images, it works for many images inside a folder.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:python.latest cvat \
    downsized_imgs \ 
    --img_path=<IMG_FOLDER> \
    --output_path=<OUTPUT_FOLDER>

Use case:

  • Downsize the image from 1280x853 to 512x512 size.

image