Zach
Zach
I am not sure if there is an app on iphone like android where you can connect to ble devices. If you can try that and see if it emits...
That looks pretty good. I'm sure it's way smaller. If I can come up for air from work stuff I may take another crack at the ARM builds. They are...
Is it in the middle of building tensorflow? Are you cross compiling or using buildx or native? In all cases it's likely running out of memory. You need to pass...
I don't think I ever got it to complete using buildx. I finally bought an ODroid C2 I think it was to compile it on.
Wow! I will check it out... Did you use qemu on an x86 box to do the cross builds? If so, what version was qemu? Trying out the arm64 one...
It's actually called `pytorch` what error does it show in the logs? It will need to download the model from the internet.
Repull your image and try it now..
If you are running it on a Raspberry Pi, it won't have Pytorch. It's way too slow to be useful. Reopen if issues.
I tried a handful of models but none of them worked with doods. Basically a bunch of them require customization of code that's not really what's typical of object detection...
I'm not sure... Maybe it's something the way you are running it... If it can't find the file it will error out: ``` # python3 main.py --config missing.yaml Traceback (most...