Mayank022 commited on
Commit
8863f4d
·
verified ·
1 Parent(s): acbb5d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -29,16 +29,6 @@ output.zip/
29
 
30
  ---
31
 
32
- ## Preprocessing Pipeline
33
-
34
- - The original dataset contained approximately 23,000 face images.
35
- - A total of 12,000 images were selected **sequentially** (not randomly) to ensure determinism and avoid duplicates.
36
- - Each image underwent the following processing steps:
37
- - Face region was detected and cropped using a custom ONNX-based face detection model.
38
- - Images were resized to 128×128 pixels using bilinear interpolation.
39
- - Each output image was renamed in sequential order as `1.jpg`, `2.jpg`, ..., `12000.jpg`.
40
-
41
- ---
42
 
43
  ## Usage Example
44
 
 
29
 
30
  ---
31
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  ## Usage Example
34