iszt commited on
Commit
3003a73
·
verified ·
1 Parent(s): a6feb57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,9 +86,9 @@ outputs = processor(images, return_tensors="pt")
86
  | `clahe_clip_limit` | 2.0 | CLAHE histogram clip limit |
87
  | `normalization_mode` | "imagenet" | Normalization: "imagenet", "none", or "custom" |
88
  | `min_radius_frac` | 0.1 | Minimum eye radius as fraction of image |
89
- | `max_radius_frac` | 1.2 | Maximum eye radius as fraction of image |
90
  | `allow_overflow` | true | Allow crop box beyond image bounds (fills with black) |
91
- | `softmax_temperature` | 0.1 | Temperature for eye center detection (higher = smoother) |
92
 
93
  ## Custom Configuration
94
 
 
86
  | `clahe_clip_limit` | 2.0 | CLAHE histogram clip limit |
87
  | `normalization_mode` | "imagenet" | Normalization: "imagenet", "none", or "custom" |
88
  | `min_radius_frac` | 0.1 | Minimum eye radius as fraction of image |
89
+ | `max_radius_frac` | 0.9 | Maximum eye radius as fraction of image |
90
  | `allow_overflow` | true | Allow crop box beyond image bounds (fills with black) |
91
+ | `softmax_temperature` | 0.3 | Temperature for eye center detection (higher = smoother) |
92
 
93
  ## Custom Configuration
94