Hello Edge Impulse Team,
I am in the process of developing a sorting machine that relies on real-time object detection to determine the position of objects and sort them accordingly. For this project, I am using a webcam, Python, and an object detection model trained through Edge Impulse. The goal is to replicate the functionality seen on your web platform — where objects are identified and their coordinates pinpointed in real-time — but implemented locally on my computer using Python.
However, I have encountered challenges integrating the Edge Impulse exported model with the Python environment to process the webcam feed. I would appreciate a more detailed guide or tutorial specifically tailored to the following needs:
- Detailed instructions on exporting an object detection model from Edge Impulse for use with Python.
- Guidance on setting up Python to process a continuous video feed from a webcam, detect objects, determine their exact positions, and use these coordinates to trigger sorting mechanisms.
- Recommendations for Python libraries or frameworks best suited for interfacing with hardware components that might be involved in the sorting process.
- Example code snippets or a sample project that demonstrates real-time object detection using a webcam in Python.
Thank you very much for your support, and I look forward to your expert guidance.
Best regards