Marco Franzon's banner
Marco Franzon's profile picture

Marco Franzon

@mfranz_on14,349 subscribers

Computer vision · ESP32 projects · Agentic AI @ dualistic · python @ exact-lab

Shorts

I received a message in my direct messages asking how difficult it would be to use computer vision to track cell movement. > SAM zero shot for the immune cell > YOLO finetuned on a small dataset for bacteria Realization time: ~2 hours

I received a message in my direct messages asking how difficult it would be to use computer vision to track cell movement. > SAM zero shot for the immune cell > YOLO finetuned on a small dataset for bacteria Realization time: ~2 hours

185,993 Aufrufe

This is the power of YOLO, trained on a laptop for ~1 hour, with a Kaggle dataset. Oh, and just ~100 lines of Python. I can make a startup on this and it took me literally a couple of hours.

This is the power of YOLO, trained on a laptop for ~1 hour, with a Kaggle dataset. Oh, and just ~100 lines of Python. I can make a startup on this and it took me literally a couple of hours.

4,858,868 Aufrufe

The future of agriculture lies in optimization. A system like this costs very little: a drone with a camera and a computer vision system accurate enough to count and identify plants or diseases. It's so easy that anyone can make it at home for their own crops.

The future of agriculture lies in optimization. A system like this costs very little: a drone with a camera and a computer vision system accurate enough to count and identify plants or diseases. It's so easy that anyone can make it at home for their own crops.

118,582 Aufrufe

Now you can make the so famous "pothole detector" using Ultralytics Platform as backend. All the compute is offloaded, you have just to make a cool UI to have your detector.

Now you can make the so famous "pothole detector" using Ultralytics Platform as backend. All the compute is offloaded, you have just to make a cool UI to have your detector.

158,374 Aufrufe

The "hello world" was achieved. Soon everyone can build cool ESP32 projects starting from a prompt. And look the beautiful simulation.

The "hello world" was achieved. Soon everyone can build cool ESP32 projects starting from a prompt. And look the beautiful simulation.

65,791 Aufrufe

I can't stop playing with Rapid Roboflow. The process is so smooth that you can just: - Go to the rapid roboflow platform - Drop a few images or a short video - Type a prompt like “yellow cap” or “person wearing red hat” - Instantly get a working detection model No training, no GPUs, no cloud setup. Plug it straight into your app. It’s also baked into Roboflow Workflows, so you can instantly build automations like “count vials crossing this line” in minutes. Computer vision just went from weeks in seconds.

I can't stop playing with Rapid Roboflow. The process is so smooth that you can just: - Go to the rapid roboflow platform - Drop a few images or a short video - Type a prompt like “yellow cap” or “person wearing red hat” - Instantly get a working detection model No training, no GPUs, no cloud setup. Plug it straight into your app. It’s also baked into Roboflow Workflows, so you can instantly build automations like “count vials crossing this line” in minutes. Computer vision just went from weeks in seconds.

175,899 Aufrufe

Added an obstacle in the room and simulated three different scenarios. This makes any kind of airflow simulation inside a room much more accessible. You can optimize the ventilation of your living room with just 10 lines of Python.

Added an obstacle in the room and simulated three different scenarios. This makes any kind of airflow simulation inside a room much more accessible. You can optimize the ventilation of your living room with just 10 lines of Python.

142,423 Aufrufe

Calculating pothole volume from a 2D image is challenging but possible: > Assign each pothole an ID to avoid duplication. > Use basic trigonometry to convert pixels to real-world meters. > Apply a novel algorithm to estimate depth using road engineering data.

Calculating pothole volume from a 2D image is challenging but possible: > Assign each pothole an ID to avoid duplication. > Use basic trigonometry to convert pixels to real-world meters. > Apply a novel algorithm to estimate depth using road engineering data.

133,860 Aufrufe

wait... this looks 98% accurate

wait... this looks 98% accurate

47,856 Aufrufe

Curling stone tracking v1 Olympic Games edition. How I made this first version: - YOLO for real-time stone detection - ByteTrack (Supervision) for consistent object tracking - SciPy for trajectory smoothing - OpenCV + NumPy for annotation, velocity, direction and acceleration visualization The colors indicate whether the stone is : accelerating → green stable → orange decelerating → red

Curling stone tracking v1 Olympic Games edition. How I made this first version: - YOLO for real-time stone detection - ByteTrack (Supervision) for consistent object tracking - SciPy for trajectory smoothing - OpenCV + NumPy for annotation, velocity, direction and acceleration visualization The colors indicate whether the stone is : accelerating → green stable → orange decelerating → red

20,522 Aufrufe

Videos

Keine weiteren Inhalte verfügbar