CLI utility for augmentation and preprocessing images.
$ pip install distortmeInstall poetry to build package
$ pip install poetryClone repo to your local machine
$ git clone https://github.com/rahowa/distortme.gitNow install package to local enviroment with poetry
$ cd distortme
$ poetry installCheck installation
$ distortme --helpCommands:
distortme infoGet info about certain datasetdistortme unpackUnpack any archive with one commanddistortme showShow image inside terminal for fast checkingdistortme augsPerform augmentations for images before trainingdistortme voc2cocoConvert PASCAL VOC dataset format to COCO formatdistortme coco2vocConvert COCO dataset format to PASCAL VOC formatdistortme splitSort by folders images with certain descriptor in namedistortme mapApply custom dataset preprosesing with multiple prosessesdistortme torledistortme fromrleConvert segmentation masks to RLE-encoding and backdistortme tohd5distortme fromhd5Compress dataset to HDF5 format and decompress backdistortme downloadAllows to download most popular datasets to given folder without any codedistortme labelCreate labels forFace detection,Object detection[IN PROGRESS] andClassification[IN PROGRESS] tasks for your custom dataset
Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
For more information check DOCS.md file
Use distortme as a regular CLI app:
$ distortme [OPTIONS] COMMAND [ARGS]...
