o
    i                     @   s^   d Z ddlZddlmZ ddlmZ ddlmZ ee	Z
edd	G d
d deZdgZdS )z Feature extractor class for DPT.    N   )logging)requires   )DPTImageProcessor)vision)backendsc                       s   e Zd Zd fddZ  ZS )DPTFeatureExtractorreturnNc                    s"   t dt t j|i | d S )NzThe class DPTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use DPTImageProcessor instead.)warningswarnFutureWarningsuper__init__)selfargskwargs	__class__ b/home/ubuntu/.local/lib/python3.10/site-packages/transformers/models/dpt/feature_extraction_dpt.pyr      s
   zDPTFeatureExtractor.__init__)r
   N)__name__
__module____qualname__r   __classcell__r   r   r   r   r	      s    r	   )__doc__r   utilsr   utils.import_utilsr   image_processing_dptr   
get_loggerr   loggerr	   __all__r   r   r   r   <module>   s   


