Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
{
|
2 |
-
"model_type": "modnet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "modnet",
|
3 |
+
"transformers.js_config": {
|
4 |
+
"free_dimension_overrides": {
|
5 |
+
"batch_size": 1,
|
6 |
+
"num_channels": 3,
|
7 |
+
"height": 512,
|
8 |
+
"width": 512
|
9 |
+
}
|
10 |
+
}
|
11 |
}
|