Example of a transformation block for Edge Impulse that prints Hello +name
182
This image is an example of an Edge Impulse transformation blocks. It will print "hello +name" on the transformation job logs.
To set this up in Edge Impulse Studio, head to your organization and navigate to Custom blocks -> Transformation blocks -> Create new.
Select a Standalone transformation block and use this Docker image: luisomoreau/hello_edge:latest
Also, make sure to configure the additional block parameters with this config:
[
{
"name": "Name",
"type": "string",
"param": "name",
"value": "",
"help": "Person to greet"
}
]

Happy testing :)
Content type
Image
Digest
sha256:89d21578b…
Size
29 MB
Last updated
about 3 years ago
docker pull luisomoreau/hello_edge