Advanced search

Medias (1)

Tag: - Tags -/swfupload

Other articles (73)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 November 2010, by

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus; Son logo; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Use, discuss, criticize

    13 April 2011, by

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Organiser par catégorie

    17 May 2013, by

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

On other websites (4101)

  • Preprocessing of Columbia active speaker dataset

    21 October 2019, by aspit794

    I would like to use the Columbia dataset (which is 1 video https://youtu.be/6GzxbrO0DHM) and its ground truth annotation (http://www.jaychakravarty.com/wp-content/uploads/2016/02/columbiaDatasetGroundTruth.zip).

    annotation contain the frame_id (int), x and y position of the bounding box (int, int), the width=height of the bounding box (int), and the ground truth for active speaker (0 or 1)

    More information: https://www.jaychakravarty.com/active-speaker-detection/

    I managed to download the video, extracted the frames with

    ffmpeg -loglevel 0 -i columbia.mkv columbia/frame_%06d.jpg -nostdin -vf -an -hide_banner

    and draw the ground truth bounding boxes to the video frames (where available).

    However, the bounding boxes are not in the correct places, and I am a bit helpless.

    I tried to convert the video to other frame rate (e.g. 25 fps), but the annotation is not fit.

    I read every paper available, which is related to this dataset, but neither of them mention any information about preprocessing, and the codebase is not publicly available.

    How should I preprocess the video to interpret the annotation?

  • Revision a2769bb73d: Reduced delta for kf/gf/arf when at maxq. Delta reduced because of concern abou

    19 October 2013, by Paul Wilkins

    Changed Paths:
     Modify /vp9/encoder/vp9_onyx_if.c



    Reduced delta for kf/gf/arf when at maxq.

    Delta reduced because of concern about popping on some
    very hard clips.

    Also allow some frame recode at speed 2 for kf/gf/arf.

    Change-Id: Ib47dff42da41aa6eec83b7285fcaaca24abb851e

  • Revision 7ba646f7e6: Fix a bug in calculating delta in VP9 denoiser. When calculating delta in VP8 d

    29 September 2014, by JackyChen

    Changed Paths:
     Modify /vp9/encoder/vp9_denoiser.c



    Fix a bug in calculating delta in VP9 denoiser.

    When calculating delta in VP8 denoiser, since the block size is fixed to 16x16,
    the divisor is 256, which is the number of the pixel.
    But in VP9, the block size varies, the divisor should correspond to the block
    size.

    Change-Id: Ibdc1e5d23ba8c788b0d0dc6d406bcdfc34c1b142