avinashhm commited on
Commit
f43eaf8
·
verified ·
1 Parent(s): 96342d5

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +37 -0
  2. best.pt +3 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: ultralytics
4
+ tags:
5
+ - object-detection
6
+ - yolov8
7
+ - welding-defect
8
+ - industrial-inspection
9
+ ---
10
+
11
+ # Welding Defect Detection Model (YOLOv8)
12
+
13
+ This is a fine-tuned YOLOv8 model for detecting welding defects such as:
14
+
15
+ - good weld
16
+ - bad weld
17
+ - defect
18
+
19
+ Trained using Ultralytics YOLO on a custom dataset of welding images.
20
+
21
+ ## Training Details
22
+
23
+ - Model Type: YOLOv8
24
+ - Dataset: The Welding Defect Dataset - v2
25
+ - Classes: 3
26
+ - Epochs: 100
27
+ - Image Size: 640x640
28
+ - Batch Size: 16
29
+
30
+ ## Usage
31
+
32
+ ```python
33
+ from ultralytics import YOLO
34
+
35
+ model = YOLO("YOUR_HF_USERNAME/welding-defect-yolov8")
36
+ results = model("image.jpg")
37
+ results[0].show()
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92243d6d3b3c667f0dd8f2d2261d480c744912e97e1842e9b92dc9465de52c86
3
+ size 22525283