Skip to content

v0.1.0 - YOLOv8 in PyTorch

Latest
Compare
Choose a tag to compare
@zhang-dut zhang-dut released this 19 Jul 09:24
· 4 commits to main since this release

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.