Skip to content

SketchINR: A First Look into Sketches as Implicit Neural Representations [CVPR 2024]

License

Notifications You must be signed in to change notification settings

hmrishavbandy/SketchINR-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SketchINR: A First Look into Sketches as Implicit Neural Representations [CVPR 2024]

  • Before training, change the root directory here
    root = "/vol/research/hmriCV2/Datasets/"
    to your dataset folder. The folder (for QuickDraw) should look like
    .
    └── Datasets
        └── QuickDraw
             ├── QuickDraw_Keys.pickle
             ├── QuickDraw_TestData/
             ├── QuickDraw_TrainData/
             └── QuickDraw_ValidData/
    
    Download dataset from https://huggingface.co/datasets/Hmrishav/QuickDraw
  • Create conda environment: conda env create --name sketchinr --file=environments.yml
  • Training: python3 single_fit.py

About

SketchINR: A First Look into Sketches as Implicit Neural Representations [CVPR 2024]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published