Recherche avancée

Médias (91)

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11354)

  • dnn/openvino : refine code for better model initialization

    18 janvier 2021, par Ting Fu
    dnn/openvino : refine code for better model initialization
    

    Move openvino model/inference request creation and initialization steps
    from ff_dnn_load_model_ov to new function init_model_ov, for later input
    resize support.

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • dnn/openvino : support model input resize

    18 janvier 2021, par Ting Fu
    dnn/openvino : support model input resize
    

    OpenVINO APIs require specify input size to run the model, while some
    OpenVINO model does accept different input size. To enable this feature
    adding input_resizable option here for easier use.
    Setting bool variable input_resizable to specify if the input can be resizable or not.
    input_resizable = 1 means support input resize, aka accept different input size.
    input_resizable = 0 (default) means do not support input resize.
    Please make sure the inference model does accept different input size
    before use this option, otherwise the inference engine may report error(s).
    eg : ./ffmpeg -i video_name.mp4 -vf dnn_processing=dnn_backend=openvino :\
    model=model_name.xml:input=input_name:output=output_name :\
    options=device=CPU\&input_resizable=1 -y output_video_name.mp4

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • Python imageio cant read/write | First-Order-Model

    19 août 2020, par user10847428

    I want to make a first order model with https://github.com/AliaksandrSiarohin/first-order-model , but when I run the crop-video.py with python 3.8 I get this windows popup :

    &#xA;

    This program cannot run on your pc&#xA;....

    &#xA;

    When I close it the CMD was show this :

    &#xA;

        H:\first-order-model\first-order-model>py crop-video.py --inp driving_video/zsebibaba.mp4&#xA;Traceback (most recent call last):&#xA;  File "crop-video.py", line 154, in <module>&#xA;    commands = process_video(args)&#xA;  File "crop-video.py", line 87, in process_video&#xA;    video = imageio.get_reader(args.inp)&#xA;  File "C:\Python38\lib\site-packages\imageio\core\functions.py", line 129, in get_reader&#xA;    return format.get_reader(request)&#xA;  File "C:\Python38\lib\site-packages\imageio\core\format.py", line 168, in get_reader&#xA;    return self.Reader(self, request)&#xA;  File "C:\Python38\lib\site-packages\imageio\core\format.py", line 217, in __init__&#xA;    self._open(**self.request.kwargs.copy())&#xA;  File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 358, in _open&#xA;    self._load_infos()&#xA;  File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 523, in _load_infos&#xA;    raise IOError(fmt % err2)&#xA;OSError: Could not load meta information&#xA;=== stderr ===&#xA;&#xA;A hozzfrs megtagadva. ( Acces denied)&#xA;</module>

    &#xA;

    The python38 folder in the C : is read-only and I tried change it but didnt work.

    &#xA;

    How can I solve this problem ?

    &#xA;