├── CVPR2024 ├── README.md ├── run_siren.sh └── siren_DT.py ├── ICLR2025 ├── README.md └── weight_scaling.py ├── README.md └── assets ├── demo.png ├── pipeline1.pdf ├── pipeline1.png └── ws_init.png /CVPR2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/CVPR2024/README.md -------------------------------------------------------------------------------- /CVPR2024/run_siren.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/CVPR2024/run_siren.sh -------------------------------------------------------------------------------- /CVPR2024/siren_DT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/CVPR2024/siren_DT.py -------------------------------------------------------------------------------- /ICLR2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/ICLR2025/README.md -------------------------------------------------------------------------------- /ICLR2025/weight_scaling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/ICLR2025/weight_scaling.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/README.md -------------------------------------------------------------------------------- /assets/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/assets/demo.png -------------------------------------------------------------------------------- /assets/pipeline1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/assets/pipeline1.pdf -------------------------------------------------------------------------------- /assets/pipeline1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/assets/pipeline1.png -------------------------------------------------------------------------------- /assets/ws_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/effl-lab/Fast-Neural-Fields/HEAD/assets/ws_init.png --------------------------------------------------------------------------------