Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
* Hair Area Segmentation Result (from face images) using [FaceXFormer Pre-trained Model](https://kartik-3004.github.io/facexformer/).
|
| 8 |
+
* [Original Face Images Dataset](https://huggingface.co/datasets/daebakgazua/250526_OhLoRA_filtered_images)
|
| 9 |
+
* for [Oh-LoRA v4 Project](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_06_24_OhLoRA_v4),
|
| 10 |
+
* Did **Response-Based Knowledge Distillation** for creating [Light-weighted Segmentation Model](https://huggingface.co/daebakgazua/250624_OhLoRA_Hair_Segmentation) for Oh-LoRA v4, with **FaceXFormer Pre-trained Model** as teacher
|
| 11 |
+
* [Detailed Info](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_06_24_OhLoRA_v4/segmentation)
|