The main body of this project comes from NEW - YOLOv8 ๐ in PyTorch > ONNX > CoreML > TFLite
Important Updates
Specific Changes
- Add "train.py", "val.py". ๐NEW
- "train.py" modified according to "ultralytics/yolo/v8/detect/train.py".
- "val.py" modified according to "ultralytics/yolo/v8/detect/val.py".
- Add "plot_result.py" o draw directly. ๐NEW
Notes
It is modified according to The best tutorial on how to operate YOLOV8 and YOLOV8's Nanny Level Instructional Video.