Upload processor
Browse files- README.md +1 -1
- preprocessor_config.json +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
base_model: nvidia/mit-b0
|
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
|
|
1 |
---
|
|
|
2 |
base_model: nvidia/mit-b0
|
3 |
+
license: other
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
preprocessor_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
-
"do_reduce_labels":
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"image_mean": [
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
+
"do_reduce_labels": false,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"image_mean": [
|