Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# Training dataset metadata:
|
5 |
1. Dataset classes: ['soft', 'digital', 'hard']
|
6 |
2. Number of classes: 3
|
7 |
3. Total number of images: 18415
|
8 |
-
|
9 |
- soft : 5482
|
10 |
- digital : 1206
|
11 |
- hard : 11727
|
12 |
-
|
13 |
1. The **hard** class denotes a group of scenes to which a coarser background removal method should be applied, intended for objects with an edge without small details.
|
14 |
The hard class contains the following categories of objects:
|
15 |
object, laptop, charger, pc mouse, pc, rocks, table, bed, box, sneakers, ship, wire, guitar, fork, spoon, plate, keyboard, car, bus, screwdriver, ball, door, flower, clocks, fruit , food, robot.
|
@@ -20,6 +28,3 @@ animal, people, human, man, woman, t-shirt, hairs, hair, dog, cat, monkey, cow,
|
|
20 |
3. The **digital** class denotes a group of images with digital graphics, such as screenshots, logos, and so on.
|
21 |
The digital class contains the following categories of scenes:
|
22 |
screenshot
|
23 |
-
|
24 |
-
## Architecture
|
25 |
-
The classifier uses DenseNet161 as the encoder and some linear layers at classifier base.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# Classifier architecture
|
5 |
+
The classifier uses DenseNet161 as the encoder and some linear layers at classifier base.
|
6 |
+
|
7 |
+
# Model accuracy:
|
8 |
+
Model achieves 91.3% accuracy on the validation set.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
# Training dataset metadata:
|
13 |
1. Dataset classes: ['soft', 'digital', 'hard']
|
14 |
2. Number of classes: 3
|
15 |
3. Total number of images: 18415
|
16 |
+
# Number of images per class:
|
17 |
- soft : 5482
|
18 |
- digital : 1206
|
19 |
- hard : 11727
|
20 |
+
# Classes description:
|
21 |
1. The **hard** class denotes a group of scenes to which a coarser background removal method should be applied, intended for objects with an edge without small details.
|
22 |
The hard class contains the following categories of objects:
|
23 |
object, laptop, charger, pc mouse, pc, rocks, table, bed, box, sneakers, ship, wire, guitar, fork, spoon, plate, keyboard, car, bus, screwdriver, ball, door, flower, clocks, fruit , food, robot.
|
|
|
28 |
3. The **digital** class denotes a group of images with digital graphics, such as screenshots, logos, and so on.
|
29 |
The digital class contains the following categories of scenes:
|
30 |
screenshot
|
|
|
|
|
|