
Marco Franzon
@mfranz_on • 15,080 subscribers
Computer vision · ESP32 projects · Agentic Data Centers @dualistic_twin
Shorts
Videos

I created a web app for teaching computer vision basics, allowing users to upload an image or video stream and instantly view it as a numerical pixel matrix, with options to display values in RGB, Hex, or Grayscale formats. It features predefined convolution kernels applied in real-time: - Sobel operator for edge detection (computes gradients to highlight boundaries) - Gaussian Blur: averages neighboring pixels with weights to reduce noise - Sharpen: boosts local contrast to enhance details This setup clearly visualizes how images are represented as matrices or tensors, how convolution slides kernels across pixels, and how operations like gradient computation, blurring, or sharpening modify the data step-by-step. I plan to use demos like this in my upcoming computer vision course to build intuition for fundamental image processing concepts, OpenCV filters, and CNN building blocks (e.g., why kernels extract features).
Marco Franzon270,367 Aufrufe • vor 6 Monaten

I started to get passionate about the drones about 10 years ago: building, repairing (mostly), firmware tuning and so on. But now I am asking what if I had this app 10 years ago. This AI support for building from scratch a drone. >No days in modeling the frame on blender >No days in flashing bad firmware >No weeks for receiving the components, but 3D print them >No wrong components purchased A simple chat with the blender mcp for designing the drone and betaflight for test and simulate the firmware. I understand all of you who are building day and night, doing these things is too much fun.
Marco Franzon15,246 Aufrufe • vor 1 Monat

You can build your 3D models directly from a prompt into Claude code. All thanks to this beautiful python project, build123 a parametric modeling framework for 2D and 3D CAD. It is built on the Open Cascade geometric kernel and it is suitable for 3D printing.
Marco Franzon20,777 Aufrufe • vor 3 Monaten

I need to annotate some images for training a computer vision model. There are many powerful annotation platforms available, but I want to keep my images local. I added a new section to my CV Streamlit app to quickly annotate images and train a YOLO model in a few clicks.
Marco Franzon29,530 Aufrufe • vor 6 Monaten

I want to detect the gates to check how many were missed. But it is pretty complex: - Gates change size dramatically based on distance - No unique features: very generic shape, no distinctive texture or pattern - Model becomes biased toward detecting "gate-like" things
Marco Franzon12,957 Aufrufe • vor 5 Monaten
Keine weiteren Inhalte verfügbar