action
— defines the type of operation. For example: "action": "flip"
means that every image that is fed to this layer will be flipped.src
— input datadst
— output datasettings
— transformation settingsmy_project
. Then this data is fed to the flip layer. The flip layer produces the flipped versions of images and annotations. The last layer ( "action": "supervisely"
) creates a new project result_project
and saves the input data (original + flipped).$data
or $data_flip
in fields src
and dst
. Don't worry if you haven't seen them before — we haven't either. These are just temporal names for variables (aka placeholders). You can choose any name you want. It has to start with the symbol $
.src
and dst
as the name of an input project or an output directory..svg
file by clicking the top right icon. Also you can zoom and shift it with the mouse. If you will click on the purple node (any action), you will be automatically redirected to its json-object in the configuation.