vtbenchmark commited on
Commit
5a478e8
·
verified ·
1 Parent(s): b74b2c0

Simplify model output preprocessing description

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,11 +61,11 @@ benchmark_crossvton/
61
 
62
  Each `test_pairs*.txt` contains one pair per line: `<cloth_path> <image_path>`.
63
 
64
- ## RetinaFace-Blurred Model Outputs
65
 
66
  [`VT_model_results_retinaface_100/`](VT_model_results_retinaface_100) provides a standardized qualitative comparison set for **19 virtual try-on models** on **100 identical person-garment input pairs**, for a total of **1,900 generated images**.
67
 
68
- The 100 inputs are the first 100 pairs in [`benchmark_complex_bg/test_pairs.txt`](benchmark_complex_bg/test_pairs.txt). Every model is evaluated on the same person image and garment image. Faces detected in the generated results were blurred using RetinaFace-based detection followed by Gaussian blurring. Results for which RetinaFace did not detect a face were retained unchanged; aggregate preprocessing statistics are reported in `processing_report.json`.
69
 
70
  Evaluated models: CAT-DM, CatVTON, CrossVTON, DA-FLOW, FitDit, FS-VTON, HR-VITON, IDM-VTON, LaDI-VTON, Leffa, Nano-Banana, OOTD, PF-AFN, Qwen-Edit, SD-VITON, Seedream, StableVITON, TPD, and VTON-HandFit.
71
 
 
61
 
62
  Each `test_pairs*.txt` contains one pair per line: `<cloth_path> <image_path>`.
63
 
64
+ ## Model Outputs
65
 
66
  [`VT_model_results_retinaface_100/`](VT_model_results_retinaface_100) provides a standardized qualitative comparison set for **19 virtual try-on models** on **100 identical person-garment input pairs**, for a total of **1,900 generated images**.
67
 
68
+ The 100 inputs are the first 100 pairs in [`benchmark_complex_bg/test_pairs.txt`](benchmark_complex_bg/test_pairs.txt). Every model is evaluated on the same person image and garment image. Faces in the generated results were blurred for privacy. Aggregate preprocessing statistics are reported in `processing_report.json`.
69
 
70
  Evaluated models: CAT-DM, CatVTON, CrossVTON, DA-FLOW, FitDit, FS-VTON, HR-VITON, IDM-VTON, LaDI-VTON, Leffa, Nano-Banana, OOTD, PF-AFN, Qwen-Edit, SD-VITON, Seedream, StableVITON, TPD, and VTON-HandFit.
71