Comparison to the old API
The new Fastdup V1.0 API follows much of the existing interface but tries to simplify the usage and avoid the need to provide paths and parameters repeatedly.V1.0
For the V1.0 API, input and work directories are set once at initialization. Parameters for thefastdup.run
function are used in the .run()
methods, following the same naming.
Galleries and visualization are under the .vis
subclass.
python
V0.2xx
The previous (V0.2xx) API is still fully supported and no breaking changes were made.For working with webdataset/ tar/ zip files containing images please use v0.2.