Deploy on RaspberryPi

How can one deploy a ResNet18 (compiled locally with Relay IR) on Raspberry Pi to do real-time image recognition on images from the Rasp Pi camera?

Basically, how to set module.set_input(‘data’, ‘image from camera’)? (following https://docs.tvm.ai/tutorials/frontend/deploy_model_on_rasp.html )

1 Like