mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-19 04:28:26 +06:00
![]() * Add ZeroShotObjectDetectionPipeline (#18445) * Add AutoModelForZeroShotObjectDetection task This commit also adds the following - Add explicit _processor method for ZeroShotObjectDetectionPipeline. This is necessary as pipelines don't auto infer processors yet and `OwlVitProcessor` wraps tokenizer and feature_extractor together, to process multiple images at once - Add auto tests and other tests for ZeroShotObjectDetectionPipeline * Add AutoModelForZeroShotObjectDetection task This commit also adds the following - Add explicit _processor method for ZeroShotObjectDetectionPipeline. This is necessary as pipelines don't auto infer processors yet and `OwlVitProcessor` wraps tokenizer and feature_extractor together, to process multiple images at once - Add auto tests and other tests for ZeroShotObjectDetectionPipeline * Add batching for ZeroShotObjectDetectionPipeline * Fix doc-string ZeroShotObjectDetectionPipeline * Fix output format: ZeroShotObjectDetectionPipeline |
||
---|---|---|
.. | ||
callback.mdx | ||
configuration.mdx | ||
data_collator.mdx | ||
deepspeed.mdx | ||
feature_extractor.mdx | ||
keras_callbacks.mdx | ||
logging.mdx | ||
model.mdx | ||
onnx.mdx | ||
optimizer_schedules.mdx | ||
output.mdx | ||
pipelines.mdx | ||
processors.mdx | ||
text_generation.mdx | ||
tokenizer.mdx | ||
trainer.mdx |