slamanigg commited on
Commit
4783d8f
·
verified ·
1 Parent(s): 35e95d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 small bounding boxes (area < 24x24 px) as well as all images that contain a person + another class. Also the images are downsampled to 32x32 for fast demonstrations.
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