This repository contains the code for the method introduced in:
Weakly-supervised hand part segmentation from depth images
- Download the PyTorch implementation of the Mano hand model from here
- Replace the original manolayer.py with manolayer.py under the folder src (some changes made by us)
- Run train.py
To run the code you can, e.g., install the following requirements:
- python 3.
- PyTorch
If you use this paper for your research or projects, please cite Weakly-supervised hand part segmentation from depth images.
@inproceedings{rezaei2021weakly,
title={Weakly-supervised hand part segmentation from depth images},
author={Rezaei, Mohammad and Farahanipad, Farnaz and Dillhoff, Alex and Elmasri, Ramez and Athitsos, Vassilis},
booktitle={The 14th PErvasive Technologies Related to Assistive Environments Conference},
pages={218--225},
year={2021}
}