Coder Social home page Coder Social logo

line-art-colorization-spade's People

Contributors

f52985 avatar juiceleee avatar taeckyung avatar ugness avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hehesam

line-art-colorization-spade's Issues

Milestone + Issue 관리하는 법

Milestone 관리하기

  • 자신이 할 Task를 n개의 세부목표로 나눈다.
  • n개의 세부목표에 대하여 Issue를 생성한다.
  • 해당 Issue에 해당 Milestone을 지정한다.
    image
  • 해당 목표를 완료하면 해당 이슈를 Close한다.

Assignee 지정하기

image

Demo features

  • Lineart 이미지 업로드 가능해야함
  • User hint 마우스로 줄 수 있어야함. 색상 팔레트 이용
  • Color Image 다운로드 가능해야함.
  • 서버로 접속 가능하면 좋음

더 필요한 demo feature들 혹시 있음??

근데 color image가 다운로드 가능해야된다는건 채색 완료 된 image가 다운로드 할 수 있어야한다는거지?

Android로 짜는것보다 웹으로하는게 낫겠지?

Demo

  • Lineart 이미지 업로드 가능해야함
  • User hint 마우스로 줄 수 있어야함. 색상 팔레트 이용
  • Color Image 다운로드 가능해야함.
  • 서버로 접속 가능하면 좋음

Feature Request

필요한 Feature 자유롭게 적어주셈

  • Tensorboard logging
  • Hint Visualization
  • 연한 컬러 해결하기

How to Download Dataset

Safebooru csv download

  1. https://www.kaggle.com/alamson/safebooru/download 에서 dataset 다운로드.
  2. utils/tag_parser.py 이용해서 필요한 태그만 걸러내기.
usage: tag_parser.py [-h] [--savedir SAVEDIR] [--metadata *.csv]
                     [--tag_list TAG_LIST [TAG_LIST ...]]
                     [--ignore [IGNORE [IGNORE ...]]]

Download images from given metadata.

optional arguments:
  -h, --help            show this help message and exit
  --savedir SAVEDIR     directory to save parsed_metadata
  --metadata *.csv      csv file which contains metadata(urls)
  --tag_list TAG_LIST [TAG_LIST ...]
                        Tags that you want to parse
  --ignore [IGNORE [IGNORE ...]]
                        Tags that you do not want to parse

example : tag_parser.py --savedir safebooru --metadata all_data.csv --tag_list solo white_background tag1 tag2 ... --ignore chibi monster pokemon ....
  1. utils/image_downloader.py 이용해서 다운로드 받기. (절반은 URL 불량)
usage: image_downloader.py [-h] [--savedir SAVEDIR] [--metadata *.csv] [--size SIZE]

Download images from given metadata.

optional arguments:
  -h, --help         show this help message and exit
  --savedir SAVEDIR  directory to save images
  --metadata *.csv   csv file which contains metadata(urls)
  --size SIZE     max length of downloaded images (defualt: Original Image size)
  • 대충 10만장 -> 30GB.
  • tag parsing 할 때 solo white_background는 필수로 넣기.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.