DynamicProgrammingEECS441 / PicassoXS

EECS 441 @ UMich Project
2 stars 3 forks source link

General Filter - Build General Mode Model - [Person 1] #35

Open XiaoSong9905 opened 4 years ago

XiaoSong9905 commented 4 years ago

Info

  1. Build model in TF
  2. For which model to build, check doc/AlgorithmSelection/StyleTransfer.md and discussion

Process

  1. Read paper and analyze algorithm
  2. Add augment image and data set preparation

Link to feature

https://github.com/DynamicProgrammingEECS441/PicassoXS/tree/master/src/backend

Under this folder: img_augm.py, layers.py, main.py, module.py, prepare_dataset.py, and train.py are related to this feature.

User Story & Acceptance Criteria

General Filter: https://docs.google.com/document/d/1YU66XGAY_96yoz0vlgMPM-049zOeC4QVQgMvJiivYsE/edit?usp=sharing

Additional Acceptance Criteria : Finish the whole model & model can be packed into SERVABLE

jasonzhao1998 commented 4 years ago

Wrote code for image augmentor and dataset preparation. Analyzed algorithm in the paper.