Pipelime 1.6.0
What's Changed
- πΈ A new incredible wizard for our CLI! --> just type
pipelime <command>
- π§βπ» Write DAG as python code --> extend
DagBaseCommand
to start - πΈ New commands:
- free temporary folders with
tmp
- set custom metadata with
set-meta
- copy root/shared items with
copy-shared-items
- remove duplicated samples with
filter-duplicates
- free temporary folders with
- πΈ Load an image folder tree as SamplesSequence with
from_images
- πΈ New stages:
crop-and-pad-images
resize-images
set-meta
share-items
sample-hash
- π Notable bug fixes and other improvements:
- the progress bar is now adaptive
- XConfig can parse non-dict inputs
- new
--command-outputs
CLI option
Full Changelog: v1.5.0...v1.6.0