DynamicProgrammingEECS441 / PicassoXS

EECS 441 @ UMich Project
2 stars 3 forks source link

Upload Own Style Image - build model [person 1] #63

Open XiaoSong9905 opened 4 years ago

XiaoSong9905 commented 4 years ago

Info

  1. build the model that allow user to upload their own style image
  2. We will rouphly follow the algorithms proposed in this paper https://arxiv.org/pdf/1705.06830.pdf and https://arxiv.org/abs/1703.06868, which is an autoencoder-decoder model

Link to feature

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

User Story & Acceptance Criteria

Upload own style : https://docs.google.com/document/d/1qmhOaHVvWwZOaBc9xgebxfo7cyXHypqlVLPRYQf1nRw/edit

Additional Acceptance Criteria :

  1. Finish the whole model
  2. figure out way to pack model into servable. currently the tf servable do not support the "flag" thing
XiaoSong9905 commented 4 years ago

Progess : Done