yolo2233 / cross-modal-hasing-playground

Python implementation of cross-modal hashing algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-modal-hasing-playground

This repository is no longer maintained.

Implementations of state-of-the-art cross-model hashing algorithms(back in 2019). The flickr dataset is used as an example to demonstrate how data is preprocessed. For further details, please check out papers list below and follow standard data processing pipeline, for image and text. The flickr.py can also be used a reference when cleaning the flickr dataset. Some algorithms below are Python wrapper based on the original matlab codes. For others, models are implemented and trained to our best knowledge.

Papers that have been implemented are as follows:

About

Python implementation of cross-modal hashing algorithms


Languages

Language:Python 77.1%Language:C 22.9%