Skip to content

ewrfcas/StructureUpsampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StructureUpsampling

Simple CNN for line and edge upsampling worked for ZITS.

Results

Test

The pretrained model can be downloaded in https://drive.google.com/drive/folders/1Dg_6ZCAi0U3HzrYgXwr9nSaOLnPsf9n-?usp=sharing.

Train

Note that only line(wireframe) is used as the training target. And the trained model can work for both line and edge(canny).

  1. Preprocess and get pkl of lines(wireframes) from images with LSM-HAWP.

  2. Setting image file lists (train.txt, val.txt, test.txt) and wireframe path (wireframe_path) in configs/config.yml

  3. python trian.py

About

Simple CNN for line and edge upsampling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages