Object Detection
ultralytics
ONNX
PyTorch
comfyui
face-detection
face-segmentation
image-segmentation
Instructions to use luxdelux7/ForbiddenVision_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use luxdelux7/ForbiddenVision_Models with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("luxdelux7/ForbiddenVision_Models") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -97,11 +97,14 @@ More reliable detection across mixed realistic/anime domains with acceptable spe
|
|
| 97 |
**Purpose:** Precise face mask generation
|
| 98 |
|
| 99 |
**Training Approach:**
|
| 100 |
-
- Dataset prepared using the Forbidden Vision
|
| 101 |
- Iterative hardmine training in multiple phases:
|
| 102 |
-
-
|
| 103 |
-
-
|
| 104 |
-
-
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
**Features:**
|
| 107 |
- Detects and includes facial features other models ignore, like protruding anime eybrows, realistic eyelashes sticking out of the face etc.
|
|
|
|
| 97 |
**Purpose:** Precise face mask generation
|
| 98 |
|
| 99 |
**Training Approach:**
|
| 100 |
+
- Dataset prepared using the Forbidden Vision YOLO model at 512px resolution
|
| 101 |
- Iterative hardmine training in multiple phases:
|
| 102 |
+
- Train on the initial 700 samples
|
| 103 |
+
- Evaluate on remaining images to find failure cases
|
| 104 |
+
- Correct failed masks and add them to the dataset
|
| 105 |
+
- Retrain with the expanded dataset
|
| 106 |
+
- Repeat until failure cases drop to near-zero
|
| 107 |
+
(final dataset: 4k+ images)
|
| 108 |
|
| 109 |
**Features:**
|
| 110 |
- Detects and includes facial features other models ignore, like protruding anime eybrows, realistic eyelashes sticking out of the face etc.
|