Classes | |
class | HandNet |
Functions | |
def | _download_pretrained_model |
Variables | |
string | base_url = 'http://posefs1.perception.cs.cmu.edu/OpenPose/models/hand/' |
dictionary | models |
def node_scripts.openpose.hand_net._download_pretrained_model | ( | model_type, | |
dest_path | |||
) | [private] |
Definition at line 238 of file hand_net.py.
string node_scripts::openpose::hand_net::base_url = 'http://posefs1.perception.cs.cmu.edu/OpenPose/models/hand/' |
Definition at line 13 of file hand_net.py.
dictionary node_scripts::openpose::hand_net::models |
00001 { 00002 'auto': 'pose_iter_102000.chainermodel', 00003 }
Definition at line 14 of file hand_net.py.