diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4b5a294 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:conda", + "python-envs.defaultPackageManager": "ms-python.python:conda" +} \ No newline at end of file diff --git a/__pycache__/train_yolov8.cpython-39.pyc b/__pycache__/train_yolov8.cpython-39.pyc new file mode 100644 index 0000000..4cdd1d1 Binary files /dev/null and b/__pycache__/train_yolov8.cpython-39.pyc differ diff --git a/yolo26n.pt b/yolo26n.pt deleted file mode 100644 index be48188..0000000 Binary files a/yolo26n.pt and /dev/null differ diff --git a/yolov8l.pt b/yolov8l.pt deleted file mode 100644 index 85f4cb9..0000000 Binary files a/yolov8l.pt and /dev/null differ diff --git a/yolov8m.pt b/yolov8m.pt deleted file mode 100644 index f764f63..0000000 Binary files a/yolov8m.pt and /dev/null differ diff --git a/yolov8n-seg.pt b/yolov8n-seg.pt deleted file mode 100644 index e928b46..0000000 Binary files a/yolov8n-seg.pt and /dev/null differ diff --git a/yolov8n.pt b/yolov8n.pt deleted file mode 100644 index 0db4ca4..0000000 Binary files a/yolov8n.pt and /dev/null differ diff --git a/yolov8s-seg.pt b/yolov8s-seg.pt deleted file mode 100644 index b622691..0000000 Binary files a/yolov8s-seg.pt and /dev/null differ diff --git a/yolov8s.pt b/yolov8s.pt deleted file mode 100644 index 90b4a2c..0000000 Binary files a/yolov8s.pt and /dev/null differ