ULAS-HiPR / relay

Real time processing chain for AgriSat running as microservices via systemd.
2 stars 1 forks source link

Fix deployment architecture and optimise builds #19

Closed bxrne closed 4 months ago

bxrne commented 5 months ago

AgriNet python service is a messy solution (still works) this is an experimental branch to simplify and improve the sprawled deployment strategies.

bxrne commented 5 months ago

sat_agrinet is ready for test, unsure if python reqs will carry over well due to arm issues with tensorflow lib search.

bxrne commented 5 months ago

The entire camera service could be ported to bash script.

bxrne commented 5 months ago

cc @Derv6464

bxrne commented 5 months ago

camera and agrinet work on my machine as far as possible.

Derv6464 commented 5 months ago

This looks good. the results are being written to a file right? should i add to the go to read in that file every x sec for new lines, or could we mess up the file doing this if python and go r messing with it?

bxrne commented 5 months ago

@Derv6464 Writes to /home/agrisat/relay/results/agrinet.csv beside the dir agrinet which will have images. Headers are timestamp, ndvi, ndwi - match with image records too.

bxrne commented 5 months ago

@Derv6464 Can you test this runs ? READMEs have been tidied up for starting/deploying/stopping/debug