I’m deploying a fine-tuned Mask R-CNN model (ResNet-101) on a Raspberry Pi 4 (4GB RAM) running Raspbian OS, using TensorFlow Lite v2.6 for aerial object detection. During inference, I get […]
Hello, I am training a custom model on YOLOv5, and during training, I encountered the following warning. Can I ignore it and let the training complete, or could it cause […]
hello everyone! Iβm working on a real-time egg-counting project using a Raspberry Pi and computer vision. Originally, I thought I could use OpenCV with contour detection for a quick, lightweight […]
Hey everyone! I wanted to give you an update on my egg-counting project. I decided to train a model using a dataset from Roboflow and chose YOLOv5 as the model. […]
Hey everyone! I was working on my egg-counting project, and itβs going really well so far! Now, I want to detect only the eggs that pass a specific checkpoint on […]
Hi everyone, I’m trying to clone the Zephyr repository, but I’m encountering the following error: Cloning into ‘zephyrproject’… remote: Enumerating objects: 1150419, done. remote: Counting objects: 100% (495/495), done. remote: […]
Hi everyone, I’m encountering an issue with Zephyr SDK this is the error CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/FindHostTools.cmake:104 (include): include could not find requested file: C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/toolchain/gnu/generic.cmake CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/extensions.cmake:4519 (message): […]
Has anyone tried using the ESP32-CAM driver with ESP-IDF? I’m facing an issue where I can’t build the project, and I’m unable to access menuconfig. When I try the command […]
i am doing project using Flask where Iβm streaming video to a website and also have a buttons iicons to control a robot (left and right up and down ..). […]