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
+ configs
+ default_config.yaml
- datasets(please add your repository of datasets)
- coco
- voc
...
+ sources
+ mappers
+ coco_mapper.py
+ utils
...
+ config.py
+ test.py
python test.py --config configs/default_config.yaml --eval-only --num-gpus 2