chinese-hershey-font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Python scripts performing object detection using the YOLOv8 model in ONNX.
git clone https://github.com/ibaiGorordo/ONNX-YOLOv8-Object-Detection.gitibaiGorordo/ONNX-YOLOv8-Object-Detection
Original image: https://www.flickr.com/photos/nicolelee/19041780
git clone https://github.com/ibaiGorordo/ONNX-YOLOv8-Object-Detection.git cd ONNX-YOLOv8-Object-Detection pip install -r requirements.txt
For Nvidia GPU computers:
pip install onnxruntime-gpu
Otherwise:
pip install onnxruntime
Use the Google Colab notebook to convert the model:
You can convert the model using the following code after installing ultralitics (pip install ultralytics):
from ultralytics import YOLO
model = YOLO("yolov8m.pt")
model.export(format="onnx", imgsz=[480,640])
The original YOLOv8 model can be found in this repository: YOLOv8 Repository
python image_object_detection.py
python webcam_object_detection.py
python video_object_detection.py
Original video: https://youtu.be/Snyg0RqpVxY
more like this
Convert Chinese Characters to Single-Line Fonts using Computer Vision
🎥🤟 8 minimalistic templates for tfjs mediapipe handpose and facemesh
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags