SketchINR: A First Look into Sketches as Implicit Neural Representations [CVPR 2024]
June 11, 2024 · View on GitHub
- Before training, change the root directory here https://github.com/hmrishavbandy/SketchINR-Code/blob/707bf1f0be69b70b097075c2bf7f9bd456c59913/single_fit.py#L248
to your dataset folder. The folder (for QuickDraw) should look like
Download dataset from https://huggingface.co/datasets/Hmrishav/QuickDraw. └── Datasets └── QuickDraw ├── QuickDraw_Keys.pickle ├── QuickDraw_TestData/ ├── QuickDraw_TrainData/ └── QuickDraw_ValidData/ - Create conda environment:
conda env create --name sketchinr --file=environments.yml - Training:
python3 single_fit.py