Commit ·
82f8955
1
Parent(s): 31a7a83
Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"U2NetForSaliencyEstimation"
|
| 4 |
],
|
| 5 |
"input_channels": 3,
|
| 6 |
-
"output_channels": 1
|
| 7 |
-
"model_type" : "u2net"
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type" : "u2net",
|
| 3 |
+
"image_processor_type" : "u2net",
|
| 4 |
"architectures": [
|
| 5 |
"U2NetForSaliencyEstimation"
|
| 6 |
],
|
| 7 |
"input_channels": 3,
|
| 8 |
+
"output_channels": 1
|
|
|
|
| 9 |
}
|