-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Milestone
Description
Do we want pipeops that "transform" images.
I previously did that by adding an attribute trafos to the imageuri datatype. This enabled something like:
graph = po("imagetrafo", "to_tensor") %>>%
po("imagetrafo", "vflip")
which essentially added those trafos to the attribute trafos which were then respected by the dataloader.