
    kh                        d dl Z d dlZd dlmZ d dlZddlmZ d dlmZm	Z	m
Z
mZmZmZmZ 	 ddlmZ ese j$                  j'                  e j$                  j)                  e            e j$                  j-                  e j$                  j)                   e j.                               d      k(  r2dZ ej2                  ej5                   e j.                                      d	ad
ad Zd Zd Zd Z d Z!d Z"y# e$ r Y w xY w)    N)Module   )_HAS_OPS)_meta_registrationsdatasetsiomodelsops
transformsutils)__version__torchvisionzYou are importing torchvision within its own root folder ({}). This is not expected to work and may give errors. Please exit the torchvision project source and relaunch your python interpreter.PILpyavc                 .    | dvrt        d|  d      | ay)a*  
    Specifies the package used to load images.

    Args:
        backend (string): Name of the image backend. one of {'PIL', 'accimage'}.
            The :mod:`accimage` package uses the Intel IPP library. It is
            generally faster than PIL, but does not support as many operations.
    )r   accimagezInvalid backend 'z#'. Options are 'PIL' and 'accimage'N)
ValueError_image_backend)backends    P/var/www/teggl/fontify/venv/lib/python3.12/site-packages/torchvision/__init__.pyset_image_backendr   "   s(     )),WI5XYZZN    c                      t         S )z:
    Gets the name of the package used to load images
    )r    r   r   get_image_backendr   1   s
     r   c                     | dvrt        d| z        | dk(  rt        j                  sd}t        |      | dk(  rt        j                  sd}t        |      | ay)a  
    Specifies the package used to decode videos.

    Args:
        backend (string): Name of the video backend. one of {'pyav', 'video_reader'}.
            The :mod:`pyav` package uses the 3rd party PyAv library. It is a Pythonic
            binding for the FFmpeg libraries.
            The :mod:`video_reader` package includes a native C++ implementation on
            top of FFMPEG libraries, and a python API of TorchScript custom operator.
            It generally decodes faster than :mod:`pyav`, but is perhaps less robust.

    .. note::
        Building with FFMPEG is disabled by default in the latest `main`. If you want to use the 'video_reader'
        backend, please compile torchvision from source.
    )r   video_readercudazIInvalid video backend '%s'. Options are 'pyav', 'video_reader' and 'cuda'r   zavideo_reader video backend is not available. Please compile torchvision from source and try againr   z$cuda video backend is not available.N)r   r   _HAS_CPU_VIDEO_DECODERRuntimeError_HAS_GPU_VIDEO_DECODER_video_backend)r   messages     r   set_video_backendr$   8   sd    " 66dgnnoo. )B)Bu7##	F	2#<#<87## r   c                      t         S )z
    Returns the currently active video backend used to decode videos.

    Returns:
        str: Name of the video backend. one of {'pyav', 'video_reader'}.
    )r"   r   r   r   get_video_backendr&   W   s
     r   c                  >    t         j                  j                         S N)torch_C_get_tracing_stater   r   r   _is_tracingr,   b   s    88&&((r   c                       y r(   r   r   r   r   disable_beta_transforms_warningr.   f   s     	r   )#oswarningsmodulefinderr   r)   	extensionr   r   r   r   r   r	   r
   r   r   versionr   ImportErrorpathdirnamerealpath__file__joingetcwdr#   warnformatr   r"   r   r   r$   r&   r,   r.   r   r   r   <module>r=      s    	      Y Y Y	$ BGGOOBGG$4$4X$>?277<<GGYRYY[!=D 	K 
 HMM'..-.!>)	q  		s   C6 6C>=C>