Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,7 @@ Im open to commissions, hit me up in Discord - **anzhc**
|
|
28 |
> - [**Eyes segmentation**](#eyes-segmentation)
|
29 |
> - [**Head+Hair segmentation**](#headhair-segmentation)
|
30 |
> - [**Breasts segmentation**](#breasts-segmentation)
|
|
|
31 |
|
32 |
P.S. All model names in tables have download links attached :3
|
33 |
## Available Models
|
@@ -108,4 +109,28 @@ Model for segmenting breasts. Was trained on anime images only, therefore has ve
|
|
108 |
|
109 |

|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
/--UNDER CONSTRUCTION--/
|
|
|
28 |
> - [**Eyes segmentation**](#eyes-segmentation)
|
29 |
> - [**Head+Hair segmentation**](#headhair-segmentation)
|
30 |
> - [**Breasts segmentation**](#breasts-segmentation)
|
31 |
+
> - [**Drone detection**](#drone-detection)
|
32 |
|
33 |
P.S. All model names in tables have download links attached :3
|
34 |
## Available Models
|
|
|
109 |
|
110 |

|
111 |
|
112 |
+
|
113 |
+
|
114 |
+
### Drone detection
|
115 |
+
Model for segmenting and detecting drones. What a wild swing after entry for breast model, huh. I don't really know, just had an idea, made it work, here we are.
|
116 |
+
|
117 |
+
**I would highly advice against using it in anything serious.**
|
118 |
+
|
119 |
+
Starting from v03. Consider it as v1, since v03 is my internal iteration.
|
120 |
+
|
121 |
+
HIGHLY SENSITIVE TO DRONE MODELS - will have hard time detecting certain types, especially close-up.
|
122 |
+
Performs poorly on cluttered background.
|
123 |
+
|
124 |
+
|
125 |
+
| Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
|
126 |
+
| --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
|
127 |
+
| [Anzhcs Drones v03 1024 y11n.pt]() | Drones | 0.927(box) 0.888(mask) | 0.753(box) 0.508(mask) |1(drone) |~3460 |1024|
|
128 |
+
|
129 |
+
|
130 |
+

|
131 |
+
|
132 |
+
|
133 |
+

|
134 |
+
|
135 |
+
|
136 |
/--UNDER CONSTRUCTION--/
|