8000 GitHub - SlavaElizarov/NeuralSDF
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SlavaElizarov/NeuralSDF

Repository files navigation

Neural Surface (WIP)

Surface reconstruction and generation with neural fields

sdf

Signed distance field (SDF) reconstruction of the Frazer Nash Supersport 1929 model provided by Achmad Sarifudin.

Description

This repository contains a range of models that can be used for surface reconstruction and generation, based on neural fields.

We highly recommend to read this survey Neural Fields in Visual Computing and Beyond.

The models've been unified and consolidated into one place for convenient comparison and experimentation. Each model has been implemented as a separate class, allowing for easy integration into your own projects. Additionally, for each model, a configuration file including all parameters is provided, as well as a training script.

This repository uses of PyTorch Lightning for training, and Lightning CLI for configuration, which adds to its utility and ease of use.

Installation

All dependencies are listed in the requirements.txt file. To install them, run the following command:

pip install -r requirements.txt

Enjoy!

Usage

To train a model use the folowing command:

python train_sdf.py fit -c configs/config.yaml

Configs

All configs are located in the configs folder. Each model has its own config file. The config file contains all the parameters of the model, as well as the training process.

Following papers are implemented (partially):

TODO:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0