Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ applying the preprocessing described below.
|
|
| 30 |
6. Removal of all iamges tagged as "person" that have small bounding boxes (area < 32x32 px).
|
| 31 |
7. Compression with GZIP.
|
| 32 |
|
| 33 |
-
**NOTE:** The "easy" version removes all images tagged as "person" that have
|
| 34 |
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
6. Removal of all iamges tagged as "person" that have small bounding boxes (area < 32x32 px).
|
| 31 |
7. Compression with GZIP.
|
| 32 |
|
| 33 |
+
**NOTE:** The "easy" version removes all images tagged as "person" that have bounding boxes with area < `int(0.85*TARGET_SIZE)**2`. Also the images are downsampled to 32x32 for fast demonstrations.
|
| 34 |
|
| 35 |
|
| 36 |
|