Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.12 KB

MVCNN

Data

Quick Start

  • prepare multi-view image
  • train.py

Evaluation

  • eval.py

Retrieval

  • deep metric learning
  • extract features by train.py
  • prepare query/gallery sources
  • retrieve.py

TODO

  • improve retrieval module.
  • balanced sampling batch.

Notice

  • The network architecture used in our experiments is relatively shallow to allow for fast training and inference.

References from