Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,16 @@ license: apache-2.0
|
|
10 |
- digital : 1206
|
11 |
- hard : 11727
|
12 |
## Classes description:
|
13 |
-
1. The hard class
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Architecture info
|
19 |
The classifier uses DenseNet161 as the encoder and some linear layers at classifier base.
|
|
|
10 |
- digital : 1206
|
11 |
- hard : 11727
|
12 |
## Classes description:
|
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.
|
16 |
+
|
17 |
+
2. The **soft** class denotes a group of scenes to which you want to apply a soft background removal method intended for people, hair, clothes, and other similar types of objects. The soft class contains the following categories of objects:
|
18 |
+
animal, people, human, man, woman, t-shirt, hairs, hair, dog, cat, monkey, cow, medusa, clothes
|
19 |
+
|
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 info
|
25 |
The classifier uses DenseNet161 as the encoder and some linear layers at classifier base.
|