Skip to content

Mobilepose-style implementation of object as distribution

Notifications You must be signed in to change notification settings

EzoBear/Object-as-Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-as-Distribution

Mobilepose-style implementation of object as distribution. Not parameterized method, we use heatmap based method. Additionally, although not specified in the paper, we conduct to normalization of the heatmap. This result is more similar to result of the paper.

Object As Distribution

Mobilepose

Project structure based on Detectron2

* Object-as-Distribution
  + configs
      + default_config.yaml
  - datasets(please add your repository of datasets)
      - coco
      - voc
      ...
  + sources
      + mappers
          + coco_mapper.py
      + utils
      ...
      + config.py
  + test.py
  

Usage

python test.py --config configs/default_config.yaml --eval-only --num-gpus 2

Demo

About

Mobilepose-style implementation of object as distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages