Skip to content
/ ITOMAI Public
forked from sjinu96/ITOMAI

제 13회 투빅스 컨퍼런스 : Interactive Tools for Object Manipulation in Art Images - Single Image Adaptation using SPADE

Notifications You must be signed in to change notification settings

yoonj98/ITOMAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Tools for Object Manipulation in Art Images

ITOMAI: Tobigs 15&16 기 이미지 생성 프로젝트

  • 15기 : 김현지, 박진수, 오주영, 이윤정
  • 16기 : 김경준

Presentation

GoogleDrive Badge Youtube Badge

IDEA

image

RESULT

image

DEMO

2-1.mp4

On your computer(참고용, 환경 테스트 후 재배포 예정)

1. Enrionments Settings

Clone this repo.

git clone https://github.com/sjinu96/ITOMAI
cd ITOMAI

Create env

conda create --name spade python=3.7 

This code requires PyTorch 1.0 and python 3+. Please install dependencies by

pip install -r requirements.txt

This code also requires the Synchronized-BatchNorm-PyTorch rep.

cd SPADE/models/networks/
git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm .
cd ../../..

2. Download Flickr-Landscape pre-trained SPADE

https://drive.google.com/drive/folders/1NBgc1ziGOhG9RzoMQpftq8oetUzp_n9D?usp=sharing

Files for Train & Test : classes_list.text, iter.text, loss_log.text, opt.pkl, opt.text (총 5개)
Pretrained model : latest_net_D.pth, latest_net_G.pth (총 2개)

3. Run Demo

cd demo
streamlit run demo.py
2022-01-14.23.13.16.mov

enjoy !

Other Example

1-2.mp4

image

image

About

제 13회 투빅스 컨퍼런스 : Interactive Tools for Object Manipulation in Art Images - Single Image Adaptation using SPADE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Other 0.6%