Using Ultralytics YOLO with Google Colab
1. Overview I am considering starting an AI study group near Gifu station around March 2025. I would like to hold a study session once a month as a hobby, not only for AI, but also for programming and other…
1. Overview I am considering starting an AI study group near Gifu station around March 2025. I would like to hold a study session once a month as a hobby, not only for AI, but also for programming and other…
1. Overview I executed Ultralytics Segmentation on Ubuntu 22.04 using WSL2 on Windows 11. Unlike Object Detection, Segmentation detects not only the rectangular area around the object, but also the boundaries along the shape of the object. This time, I…
1. Overview I needed to prepare several hundred Excel sheets containing excerpts from log files in text format, and I created a program in C# that reads the text files and copies portions of them on the Excel sheets. The…
1. Overview I have previously developed a WPF application using the Material Design In XAML Toolkit and MahApps.Metro with reference to this page and others. The other day, I installed the latest MaterialDesignThemes 5.1.0, MaterialDesignColors 3.1.0, MaterialDesignThemes.MahApps 3.1.0 and MahApps.Metro…
1. Overview I trained Ultralytics YOLOv8 object detection neural network using the BIRDS 525 SPECIES – IMAGE CLASSIFICATION dataset. The objective is to train an object detection neural network to be able to estimate the type and location of birds…
This is a note on running object detection using Ultralytics YOLOv8 on Ubuntu 22.04/WSL2/Windows 11. Object detection was performed using trained weight data. I confirmed that it runs in a configuration that uses the GPGPU. The program was run on…
This is a note on object detection with YOLOv9 using Docker on Windows 11/WSL2 and trained weight data. The program was executed with GPGPU. 1. Download YOLOv9 The following command cloned the YOLOv9 source code into the directory 2.…
This is a note on setting up a Docker environment using NVIDIA’s GPGPU with WSL2 on Windows 11. 1. About Hardware and Installed Software I used a desktop computer ESPRIMO WD2/H2 with NVIDIA GeForce GTX 1650. I started setting up…
This is a memo when I prepared an environment to use multiple same OS (Ubuntu 22.04) with WSL2 on Windows 11, referring to other web pages. The procedure is based on Windows 11 WSL2 with one Ubuntu 22.04 already installed.…
On Sunday, December 10, 2023, I climbed Genta-Mine in the northern part of Gifu City. This mountain is located at the north of Dodogamine. On a previous attempt to climb on May 28, 2022, I was concerned about the carpenter…