Open junxnone opened 5 years ago
这一模型和OpenPose高度相关,同时特征模型能与多种框架相关联。论文的作者提供了一种自下而上的方法,对多人的姿态进行实时估计,不需要用任何人物探测器。 这种方法运用了一种非参数表示,我们称为Part Affinity Fields(PAFs),用它可以学习将图中人物和其身体部位联系到一起。有关该技术的具体细节和理论,可以阅读原文。
sudo apt install octave liboctave-dev texlive-lang-polish
source getData.sh
python genLMDB.py
LMDB - Lightning Memory-Mapped Database You can also download LMDB for the COCO dataset (189GB file) by: source get_lmdb.sh
LMDB - Lightning Memory-Mapped Database
You can also download LMDB for the COCO dataset (189GB file) by: source get_lmdb.sh
source get_lmdb.sh
the caffe is too old (2016).
make pycaffe
291
Reference
Training with mscoco2014
Get Dataset
convert the annotation format from json to mat
obatin the mask images for unlabeled person
generate a json file that contain raw informations needed for training.
generate LMDB.
Build pycaffe with caffe_train
the caffe is too old (2016).