jadechoghari
commited on
Commit
•
225a84f
1
Parent(s):
ef8598b
Create preprocessor_config.json
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "jadechoghari/vfusion3d",
|
3 |
+
"source_size": 512,
|
4 |
+
"use_rembg": true,
|
5 |
+
"rembg_model": "isnet-general-use",
|
6 |
+
"border_ratio": 0.20,
|
7 |
+
"image_mean": [0.5, 0.5, 0.5],
|
8 |
+
"image_std": [0.5, 0.5, 0.5],
|
9 |
+
"preprocessor_class": "LRMImageProcessor"
|
10 |
+
}
|