Phần mềm kiểm thử độ chính xác Object Segmentation bằng YOLO v8. Chương trình chạy trên Windows 10 x64, có hỗ trợ CUDA.
- CUDA 11.8
- cuDNN 8.6.0
Phiên bản CPU: https://github.com/thigiacmaytinh/YOLOSEGMENTv8
-
Segment object trong ảnh tĩnh
-
Segment object trong folder
-
Segment object trong webcam
-
Segment object trong video hoặc camera stream
-
Segment camera frame và bouding box Dùng để retrain
Các bạn cần cài đặt:
C++ 2022 x64: https://aka.ms/vs/17/release/vc_redist.x64.exe
.NET framework 4.6.1: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net4612
Sử dụng command sau, lưu ý bạn phải cài đặt YOLO v8 thành công
!yolo export model='./best.pt' imgsz=640,640 format=onnx opset=12 simplify=True dynamic=False
https://thigiacmaytinh.com/yololytic-phan-mem-phat-hien-vat-the-manh-me-va-de-su-dung/