Maximilian Sittinger
Maximilian Sittinger
Same problem here on RPi Zero 2 W. rgb output is only greyscale. The requirements do not install properly on RPi, which might be the source of this problem. `ERROR:...
I'm running Bullseye (Python 3.9) on the RPi Zero 2. I used this fix from Alex from the Discord: "If not, as an alternative, I updated the app to use...
Exactly same problem as denisplakic described (also on RPi Zero W with same versions installed): prediction=torch.from_numpy(prediction) RuntimeError: PyTorch was compiled without NumPy support Thank you for a hint what can...
Hi @bgro82 @themarpe, it would be great if you could build and provide armv6l wheels for the latest depthai release ([v2.22.0.0](https://github.com/luxonis/depthai-python/releases/tag/v2.22.0.0)). This would enable users of Raspberry Pi Zero W...
Thanks @themarpe ! Everything works fine on RPi Zero W with RPi OS Bullseye and renaming the armv7l wheel (cp39) to armv6l. After you added the (renamed) armv6l wheel it...
Thanks a lot @themarpe ! When running `python3 -m pip install depthai==2.22.0.0` on RPi Zero W, `depthai-2.22.0.0-cp39-cp39-linux_armv7l.linux_armv6l.whl` is downloaded and successfully installed. Everything I tested works perfectly (custom scripts with...
Hi @SkalskiP! Sure, here is the link: [Roboflow dataset](https://universe.roboflow.com/maximilian-sittinger/insect_detect_detection/dataset/7) Thanks for looking into it!
Yes, as described the only problem occurs when you need to get the path to the dataset test split from the `data.yaml`, e.g. for validating on it. If you try...
Hi @SkalskiP @arijitde92, any updates on this? Why is the path to the test folder only [reformatted](https://github.com/roboflow/notebooks/issues/82#issuecomment-1553276179) for YOLOv6? Same problem in this [issue](https://github.com/roboflow/roboflow-python/issues/125). Thanks!
Reason for missing full path to test split is explained [here](https://github.com/roboflow/notebooks/issues/82#issuecomment-1553276179).