Giter Site home page Giter Site logo

ctalegaonkar / instant-nvr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zju3dv/instant-nvr

0.0 0.0 0.0 17.23 MB

[CVPR 2023] Code for "Learning Neural Volumetric Representations of Dynamic Humans in Minutes"

Home Page: https://zju3dv.github.io/instant_nvr

License: Other

Shell 0.17% C++ 3.51% Python 89.26% C 0.79% Cuda 6.27%

instant-nvr's Introduction

Learning Neural Volumetric Representations of Dynamic Humans in Minutes

inb

Learning Neural Volumetric Representations of Dynamic Humans in Minutes

Chen Geng*, Sida Peng*, Zhen Xu*, Hujun Bao, Xiaowei Zhou (* denotes equal contribution)

CVPR 2023

Installation

See here.

Reproducing results in the paper

We provide two scripts to help reproduce the results shown in the paper.

After installing the environment and the dataset, for evaluation on the ZJU-MoCap dataset, run:

sh scripts/eval_zjumocap.sh

For evaluation on the MonoCap dataset, run:

sh scripts/eval_monocap.sh

Evaluation on ZJU-MoCap

Let's take "377" as an example.

Training on ZJU-MoCap can be done by running.

export name=377
python train_net.py --cfg_file configs/inb/inb_${name}.yaml exp_name inb_${name} gpus ${GPUS} 

Evaluation can be done by running:

export name=377
python run.py --type evaluate --cfg_file configs/inb/inb_${name}.yaml exp_name inb_${name} gpus ${GPUS}

Evaluation on MonoCap

Let's take "lan" as an example.

Training on Monocap can be done by running:

export name=lan
python train_net.py --cfg_file configs/inb/inb_${name}.yaml exp_name inb_${name} gpus ${GPUS} 

Evaluation can be done by running:

export name=lan
python run.py --type evaluate --cfg_file configs/inb/inb_${name}.yaml exp_name inb_${name} gpus ${GPUS}

TODO List

This repository currently serves as the release of the technical paper's implementation and will undergo future updates (planned below) to enhance user-friendliness. We warmly welcome and appreciate any contributions.

  • Instruction on running on custom datasets
  • Add support for further acceleration using CUDA
  • Add a Google Colab notebook demo

Bibtex

If you find the repo useful for your research, please consider citing our paper:

@inproceedings{instant_nvr,
    title={Learning Neural Volumetric Representations of Dynamic Humans in Minutes},
    author={Chen Geng and Sida Peng and Zhen Xu and Hujun Bao and Xiaowei Zhou},
    booktitle={CVPR},
    year={2023}
}

instant-nvr's People

Contributors

gcgeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.