Basic ROS1 package snap interfacing with kubeflow docker output
Basic ROS1 package snap interfacing with kubeflow docker output
To run the docker on a machine
docker run --rm --network=host bponieckiklotz/jellyfish.object-detection:dev
This snap require you to connect the camera interface
sudo snap connect ai-kubeflow-demo:camera
Then you can run the demo by calling
ai-kubeflow-demo server:="IP_OF_THE_SERVER_RUNNING_THE_DOCKER"
An example would be
ai-kubeflow-demo server:="localhost"