Skip to content

davidsonic/EE599-CV-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Project Assignment

This project has two subtasks: category classification and pairwise compatibility classification. The first task requires construcing <img, class_label> pair for classification. The second task requires constructing <(x1,x2), binary_label> pair for classification.

Code structures

  1. data preparation is defined in data.py
  2. CNN model in defined in model.py
  3. training is in train_*.py
  4. utils.py provides hyper-parameters

Dependencies

  1. pytorch/tensorflow>=2.0
  2. tqdm
  3. sklearn
  4. torchvision
  5. sklearn

Dataset:

or directly download from google drive on AWS: https://gist.github.com/davidsonic/5c419db600f24a984d3a6b56b0b2053a

About

Fashion Compatibility Prediction with Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages