Skip to content
View elias-ramzi's full-sized avatar

Block or report elias-ramzi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. valeoai/VideoActionModel valeoai/VideoActionModel Public

    VaViM and VaVAM: Autonomous Driving through Video Generative Modeling (official repository).

    Jupyter Notebook 73 5

  2. HAPPIER HAPPIER Public

    This repo contains the official implementation of HAPPIER: Hierarchical Average Precision Training for Pertinent Image Retrieval (ECCV'22).

    Python 22 4

  3. ROADMAP ROADMAP Public

    This repository contains the official implementation of the NeurIPS'21 paper, ROADMAP: Robust and Decomposable Average Precision for Image Retrieval.

    Python 75 9

  4. Batch version of K-means Batch version of K-means
    1
    from typing import Tuple, Optional
    2
    
                  
    3
    import torch
    4
    import torch.nn.functional as F
    5
    from torch import Tensor