
     `i                         d Z ddlZddlmZ ddlmZ ddlmZ  ej        e	          Z
 ed	           G d
 de                      ZdgZdS )z Feature extractor class for DPT.    N   )logging)requires   )DPTImageProcessor)vision)backendsc                         e Zd Zd fdZ xZS )DPTFeatureExtractorreturnNc                 n    t          j        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__s      /home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/transformers/models/dpt/feature_extraction_dpt.pyr   zDPTFeatureExtractor.__init__   sC    .	
 	
 	

 	$)&)))))    )r   N)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        * * * * * * * * * *r   r   )__doc__r   utilsr   utils.import_utilsr   image_processing_dptr   
get_loggerr   loggerr   __all__ r   r   <module>r%      s    ' &        * * * * * * 3 3 3 3 3 3 
	H	%	% 
;* * * * *+ * *  * !
!r   