Giter Club home page Giter Club logo

cycleadapt_release's Introduction

Cyclic Test-Time Adaptation on Monocular Video for 3D Human Mesh Reconstruction (CycleAdapt codes)

Cyclic Test-Time Adaptation on Monocular Video for 3D Human Mesh Reconstruction,
Hyeongjin Nam, Daniel Sungho Jung, Yeonguk Oh, Kyoung Mu Lee,
International Conference on Computer Vision (ICCV), 2023

Installation

  • We recommend you to use an Anaconda virtual environment. Install PyTorch >=1.8.0 and Python >= 3.7.0.
  • Then, run pip install -r requirements.txt. You should slightly change torchgeometry kernel code following here.

Quick demo

  • Prepare data/base_data folder following below Directory part.
  • Download demo files and place them into data/Demo.
  • To run CycleAdapt on a custom video, please refer here.
  • Run python main/adapt.py --gpu 0 --cfg asset/yaml/demo.yml.

Directory

Refer to here.

Running CycleAdapt

In the asset/yaml/*.yml, you can change datasets and settings to use.

Run

python main/adapt.py  --gpu 0 --cfg asset/yaml/3dpw.yml

To evaluate the adapted models in your experiment folder, run

python main/test.py --gpu 0 --cfg asset/yaml/3dpw.yml --exp-dir {exp_path}

Result

Refer to the paper's main manuscript and supplementary material for diverse qualitative results.

Reference

@InProceedings{Nam_2023_ICCV_CycleAdapt,  
author = {Nam, Hyeongjin and Jung, Daniel Sungho and Oh, Yeonguk and Lee, Kyoung Mu},  
title = {Cyclic Test-Time Adaptation on Monocular Video for 3D Human Mesh Reconstruction},  
booktitle = {International Conference on Computer Vision (ICCV)},  
year = {2023}  
}  

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.