We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DonutImageProcessor
1 parent f21d185 commit 4f323ffCopy full SHA for 4f323ff
src/processors.js
@@ -1209,6 +1209,7 @@ export class DonutFeatureExtractor extends ImageFeatureExtractor {
1209
});
1210
}
1211
1212
+export class DonutImageProcessor extends DonutFeatureExtractor { } // NOTE extends DonutFeatureExtractor
1213
export class NougatImageProcessor extends DonutFeatureExtractor { } // NOTE extends DonutFeatureExtractor
1214
1215
/**
@@ -2569,6 +2570,7 @@ export class AutoProcessor {
2569
2570
MaskFormerFeatureExtractor,
2571
YolosFeatureExtractor,
2572
DonutFeatureExtractor,
2573
+ DonutImageProcessor,
2574
NougatImageProcessor,
2575
EfficientNetImageProcessor,
2576
0 commit comments