Recherche avancée

Médias (91)

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8855)

  • avfilter/vf_derain.c : put all the calculation in model file.

    20 mars 2020, par Guo, Yejun
    avfilter/vf_derain.c : put all the calculation in model file.
    

    currently, the model outputs the rain, and so need a subtraction
    in filter c code to get the final derain result.

    I've sent a PR to update the model file and accepted, see at
    https://github.com/XueweiMeng/derain_filter/pull/3

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_derain.c
  • fate/cbs : add a decode model AV1 test

    1er décembre 2019, par James Almer
    fate/cbs : add a decode model AV1 test
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/cbs.mak
    • [DH] tests/ref/fate/cbs-av1-decode_model
  • dnn : add tf.nn.conv2d support for native model

    21 octobre 2019, par Guo, Yejun
    dnn : add tf.nn.conv2d support for native model
    

    Unlike other tf.*.conv2d layers, tf.nn.conv2d does not create many
    nodes (within a scope) in the graph, it just acts like other layers.
    tf.nn.conv2d only creates one node in the graph, and no internal
    nodes such as 'kernel' are created.

    The format of native model file is also changed, a flag named
    has_bias is added, so change the version number.

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_native.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_conv2d.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_conv2d.h
    • [DH] tests/dnn/dnn-layer-conv2d-test.c
    • [DH] tools/python/convert_from_tensorflow.py
    • [DH] tools/python/convert_header.py