google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
412 stars 124 forks source link

Debugging/coding a Coral model from distance #779

Open aymeric75 opened 11 months ago

aymeric75 commented 11 months ago

Hello,

I would like to do the following.

A Dev Board Micro is filming a bowling alley. Inference is done locally (of course).

But I want to be able to code/modify the model that is on the chip from distance (i.e. through internet, because the Dev Board would be at my client's location and I would be in another part of the world :) ).

So, according to you, is there an easy way to do this within the Coral framework ?

I was thinking of using the network API, but if so, what set up should I put in place ? using the Dev Board as a client ? server ? etc.

Thanks a lot

Smiril commented 11 months ago

is nfs a option??? mount it rw

aymeric75 commented 11 months ago

Sorry but what do you mean by "nfs" ? "rw" ?