4bf3672a39
AI object detection via yolov5 didn't work out too well, in fact it was crashing the detection threads for whatever reason. I could deep dive why it was crashing but I think the better solution is to bring back optical flow detection at the block level. the advantage of this over object detection is the fact that a block doesn't need to have a whole object in it.
4 lines
44 B
Bash
4 lines
44 B
Bash
#!/bin/sh
|
|
|
|
cp ./.build-mow/mow /usr/bin/mow
|