iterative / ldb-resources

Apache License 2.0
28 stars 7 forks source link

ldb transform: error #39

Closed ankxyz closed 2 years ago

ankxyz commented 2 years ago

I tried command (from https://github.com/iterative/ldb-resources#what-ldb-can-do):

ldb transform -s rotate-90,rotate-180

Result:

error: No transform found with the name rotate-90

Does LDB includes now some transformers? Can I add my custom transformer and use it?


I tried to copy transfromer (https://github.com/iterative/ldb-resources/blob/main/transforms/rotate.py) to .ldb_workspace/transform_mapping/ and call it:

ldb transform -s rotate

but I got the same error.