Skip to content

Project of Deep Sketch-Based Modeling: Tips and Tricks

Notifications You must be signed in to change notification settings

yinkalario/deepsketch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Sketch-Based Modeling: Tips and Tricks

Contents

Introduction

This repository contains the Pytorch implementation of Deep Sketch-Based Modeling: Tips and Tricks, including binary mask prediction and 3D shape reconstruction.

You can find detailed usage instructions for training and evaluation below.

If you find our code or paper useful, please consider citing

@inproceedings{deepsketch2020,
    title = {Deep Sketch-Based Modeling: Tips and Tricks },
    author = {Yue, Zhong and Yulia, Gryaditskaya and Honggang, Zhang and Yi-Zhe, Song},
    booktitle = {Proceedings of International Conference on 3D Vision (3DV)},
    year = {2020}
}

Requirements

First you have to make sure that you have all dependencies in place. The simplest way to do so, is to use anaconda.

Please refer the README file in each sub-task for detailed instruction.

Download Dataset

Download dataset is easy. Directly run

sh scripts/download_dataset.sh

Results

We identify key differences between sketch and image inputs, driving out important insights and proposing the respective solutions, we show an improved performance of deep image modeling..

About

Project of Deep Sketch-Based Modeling: Tips and Tricks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.4%
  • C++ 11.5%
  • Cuda 9.8%
  • C 5.1%
  • Mako 2.4%
  • Objective-C 1.6%
  • Other 1.2%