Closed ankxyz closed 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?
LDB
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_workspace/transform_mapping/
ldb transform -s rotate
but I got the same error.
I tried command (from https://github.com/iterative/ldb-resources#what-ldb-can-do):
Result:
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:but I got the same error.