All Projects → shasph → dualFace

shasph / dualFace

Licence: MIT license
dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching (CVMJ)

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects
C++
36643 projects - #6 most used programming language
matlab
3953 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to dualFace

MIDI.jl
A Julia library for handling MIDI files
Stars: ✭ 55 (+19.57%)
Mutual labels:  interface
typex
Typography web export (css, sass, html, json, ..) plugin for Sketch
Stars: ✭ 42 (-8.7%)
Mutual labels:  sketch
QMUIDemo Design
Sketch files for QMUI Demo
Stars: ✭ 40 (-13.04%)
Mutual labels:  sketch
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-39.13%)
Mutual labels:  interface
javakdb
Using Java with kdb+
Stars: ✭ 41 (-10.87%)
Mutual labels:  interface
loggers
Abstract logging for Golang projects. A kind of log4go in the spirit of log4j
Stars: ✭ 17 (-63.04%)
Mutual labels:  interface
significa.co
Significa - A digital design-led agency focused on product development.
Stars: ✭ 72 (+56.52%)
Mutual labels:  interface
sassy-css
Learn UI Design, CSS, SASS by completing interesting tasks.
Stars: ✭ 16 (-65.22%)
Mutual labels:  interface
InterfaceInteraction
Interact your app's interface elements with different effects!
Stars: ✭ 57 (+23.91%)
Mutual labels:  interface
rkdb
R client for kdb+
Stars: ✭ 37 (-19.57%)
Mutual labels:  interface
typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
Stars: ✭ 26 (-43.48%)
Mutual labels:  interface
ui bibz
Ui Framework based on Bootstrap and Ruby on Rails
Stars: ✭ 13 (-71.74%)
Mutual labels:  interface
ForceSketch
Demonstration of a Sketching App Using 3D Touch
Stars: ✭ 18 (-60.87%)
Mutual labels:  sketch
sketch-data
Various lists to use as data source in Sketch app and other design applications
Stars: ✭ 151 (+228.26%)
Mutual labels:  sketch
salsa
A tool for exporting iOS components into Sketch 📱💎
Stars: ✭ 62 (+34.78%)
Mutual labels:  sketch
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (-8.7%)
Mutual labels:  interface
Components-for-Sketch
A collection of Sketch files I've constructed for use in various projects. More coming soon and on a regular basis.
Stars: ✭ 23 (-50%)
Mutual labels:  sketch
sketch-test-inspector
Helper utils and plugin for running unit tests on sketch plugins
Stars: ✭ 18 (-60.87%)
Mutual labels:  sketch
cache
Simple and easy go cache micro framework
Stars: ✭ 12 (-73.91%)
Mutual labels:  interface
MathematicaStan
A Mathematica package to interact with CmdStan
Stars: ✭ 27 (-41.3%)
Mutual labels:  interface

dualFace

dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching (CVMJ)

We provide python implementations for our CVM 2021 paper "dualFace:Two-Stage Drawing Guidance for Freehand Portrait Sketching". This project provide sketch support for artistic portrait drawings with a two-stage framework. [arXiv][PDF][Project][Video]

User Interface

image

Network Structure (Global Stage)

dualface-global

Network Structure (Local Stage)

dualface-local

Prerequisites

  • Window
  • Conda (Python 3.6)
  • CPU or NVIDIA GPU + CUDA CuDNN

Getting Started

Installation

  • Install PyTorch 1.3.1 and torchvision 0.4.1 from http://pytorch.org and other dependencies (e.g., visdom and dominate). You can install all the dependencies by
bat
call conda remove -n py36df
call conda create -n py36df python=3.6 
call conda activate py36df
call conda install pytorch==1.3.1 -c pytorch
pip install cmake
pip install -r requirements.txt

Quick Start (Apply a Pre-trained Model)

cd sse
sse.exe "-i index_file -v vocabulary -f filelist -n 8"
call conda activate py36df
python demo.py

Acknowledgments

Our code has depended on the following opensource codes.

Please contact [email protected] for any comments or requests.

Citation

If you use this code for your research, please cite our paper.

@article{dualface2021,
  author    = {Zhengyu Huang and
               Yichen Peng and
               Tomohiro Hibino and
               Chunqi Zhao and
               Haoran Xie and
               Tsukasa Fukusato and
               Kazunori Miyata},
  title     = {dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching},
  journal   = {Computational Visual Media},
  volume    = {8},
  pages     = {63–77},
  year      = {2022},
  url       = {https://doi.org/10.1007/s41095-021-0227-7}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].