GithubHelp home page GithubHelp logo

rimchang / exlpose Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sohyun-l/exlpose

0.0 0.0 0.0 4.14 MB

License: MIT License

C++ 1.01% Python 12.27% C 0.48% Lua 1.07% MATLAB 2.97% Makefile 0.01% Jupyter Notebook 81.67% Cython 0.52%

exlpose's Introduction

Human Pose Estimation in Extremely Low-light Conditions

This repo is the official implementation of [CVPR 2023] paper: "Human Pose Estimation in Extremely Low-light Conditions".

Human Pose Estimation in Extremely Low-light Conditions
Sohyun Lee1*, Jaesung Rim1*, Boseung Jeong1, Geonu Kim1, Byungju Woo2, Haechan Lee1, Sunghyun Cho1, Suha Kwak1
POSTECH1 ADD2
CVPR 2023

Overview

We study human pose estimation in extremely low-light images. This task is challenging due to the difficulty of collecting real low-light images with accurate labels, and severely corrupted inputs that degrade prediction quality significantly. To address the first issue, we develop a dedicated camera system and build a new dataset of real lowlight images with accurate pose labels. Thanks to our camera system, each low-light image in our dataset is coupled with an aligned well-lit image, which enables accurate pose labeling and is used as privileged information during training. We also propose a new model and a new training strategy that fully exploit the privileged information to learn representation insensitive to lighting conditions. Our method demonstrates outstanding performance on real extremely low-light images, and extensive analyses validate that both of our model and dataset contribute to the success.

Citation

If you find our code or paper useful, please consider citing our paper:

@inproceedings{lee2023human,
  title={Human pose estimation in extremely low-light conditions},
  author={Lee, Sohyun and Rim, Jaesung and Jeong, Boseung and Kim, Geonu and Woo, Byungju and Lee, Haechan and Cho, Sunghyun and Kwak, Suha},
  booktitle={Proceedings of the {IEEE/CVF} Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2023}
}

Dataset

Our Project Page

Installation

This repository is developed and tested on

  • Ubuntu 20.04
  • Conda 4.9.2
  • CUDA 11.4
  • Python 3.7.11
  • PyTorch 1.9.0

Environment Setup

  • Required environment is presented in the 'exlpose.yaml' file
  • Clone this repo
~$ git clone https://github.com/sohyun-l/ExLPose
~$ cd ExLPose
~/ExLPose$ conda env create --file exlpose.yaml
~/ExLPose$ conda activate exlpose.yaml

Training

(exlpose) ~/ExLPose$ cd pytorch-cpn/256.192.model
(exlpose) ~/ExLPose/pytorch-cpn/256.192.model$ python train.py

Our Model

BEST_MODEL_PATH = './Final_model.pth.tar'

exlpose's People

Contributors

sohyun-l 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.