upload finetuned RT-DETRv2 model on trashify dataset from learn HF course
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"data_format": "channels_first",
|
4 |
"default_to_square": false,
|
5 |
"device": null,
|
|
|
6 |
"do_center_crop": null,
|
7 |
"do_convert_annotations": true,
|
8 |
"do_convert_rgb": null,
|
@@ -26,7 +27,7 @@
|
|
26 |
"pad_size": null,
|
27 |
"resample": 2,
|
28 |
"rescale_factor": 0.00392156862745098,
|
29 |
-
"return_segmentation_masks":
|
30 |
"return_tensors": null,
|
31 |
"size": {
|
32 |
"longest_edge": 640,
|
|
|
3 |
"data_format": "channels_first",
|
4 |
"default_to_square": false,
|
5 |
"device": null,
|
6 |
+
"disable_grouping": null,
|
7 |
"do_center_crop": null,
|
8 |
"do_convert_annotations": true,
|
9 |
"do_convert_rgb": null,
|
|
|
27 |
"pad_size": null,
|
28 |
"resample": 2,
|
29 |
"rescale_factor": 0.00392156862745098,
|
30 |
+
"return_segmentation_masks": false,
|
31 |
"return_tensors": null,
|
32 |
"size": {
|
33 |
"longest_edge": 640,
|