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

Highlights

  • Pro
Block or Report

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

  1. HAPPIER HAPPIER Public

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

    Python 19 4

  2. ROADMAP ROADMAP Public

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

    Python 71 9

  3. 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