Skip to content

zhenglecheng/ANTS

Repository files navigation

ANTS

Code for paper "Deep Co-Attention Network for Multi-View Subspace Learning"

Environment

  • Python 3.7
  • Pytorch
  • Tensorflow (For downloading mnist dataset)

Demo

  1. Download dataset from http://www.vision.caltech.edu/visipedia/CUB-200.html
  2. Download the mask-rcnn from https://github.com/matterport/Mask_RCNN, and install the required package.
  3. Run the following command to generate two views as well as the image segments:
python mask_rcnn.py
  1. Run the following command to get the hidden representation for the final training:
python pre-train_vgg.py 
  1. Run the following command to train the model:
python main.py -g 0 -e 150 -hid 300 -d birds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages