Safemotion Lib
Loading...
Searching...
No Matches
Variables
version_info Namespace Reference

Variables

dict PATH_FORMAT
 
str SCENARIO_FILE_BASE = "scenario"
 
dict SCENARIO_FILE
 
str LABEL_BASE = "label"
 
dict LABEL_FILE_INFO
 
dict CHECK_LIST
 
int KEYPOINT_NUM = 17
 
int LIMB_NUM = 15
 
list LimbSeq
 

Variable Documentation

◆ CHECK_LIST

dict version_info.CHECK_LIST
Initial value:
1= {
2 #11 : {"keys":["relation"], "default_value":[0]},
3 11 : {"keys":["mutual_action", "mutual_action_target", "uppervisible", "lowervisible"], "default_value":[0, [], 1, 1]}
4}

Definition at line 25 of file version_info.py.

◆ KEYPOINT_NUM

int version_info.KEYPOINT_NUM = 17

Definition at line 30 of file version_info.py.

◆ LABEL_BASE

str version_info.LABEL_BASE = "label"

Definition at line 14 of file version_info.py.

◆ LABEL_FILE_INFO

dict version_info.LABEL_FILE_INFO
Initial value:
1= {
2 10 : { "all" : {"file_name" : "action_cloth_label_2021.txt", "keys" : ["행동2021", "상의2021", "하의2021"]}},
3 11 : { "all" : {"file_name" : "action_cloth_label_2022.txt", "keys" : ["행동2022", "상의2022", "하의2022"]}},
4 20 : { "all" : {"file_name" : "action_cloth_label_2022_ver2.txt", "keys" : ["pose2022", "action2022", "hand2022", "foot2022", "상의2022", "하의2022"]},
5 "action" : {"file_name" : "action_label_2022.txt", "keys" : ["pose2022", "action2022", "hand2022", "foot2022"]},
6 "appearance": {"file_name" : "cloth_label_2022.txt", "keys" : ["상의2022", "하의2022"]}},
7 21 : { "action" : {"file_name" : "action_label_2022_ver2.txt", "keys" : ["pose2022", "action2022", "hand2022", "foot2022", "mutual2022"]},
8 "appearance": {"file_name" : "cloth_label_2022.txt", "keys" : ["상의2022", "하의2022"]}},
9}

Definition at line 15 of file version_info.py.

◆ LIMB_NUM

int version_info.LIMB_NUM = 15

Definition at line 31 of file version_info.py.

◆ LimbSeq

list version_info.LimbSeq
Initial value:
1= [
2 [0, 5],
3 [0, 6],
4 [5, 7],
5 [6, 8],
6 [7, 9],
7 [8, 10],
8 [5, 6],
9 [5, 11],
10 [6, 12],
11 [11, 12],
12 [11, 13],
13 [13, 15],
14 [12, 14],
15 [14, 16],
16 ]

Definition at line 33 of file version_info.py.

◆ PATH_FORMAT

dict version_info.PATH_FORMAT
Initial value:
1= {
2 10 : ['R\d{3}', 'C\d{2}', 'S\d{3}'],
3 11 : ['P\d{3}', 'C\d{3}', 'A\d{4}', 'R\d{3}'],
4}

Definition at line 2 of file version_info.py.

◆ SCENARIO_FILE

dict version_info.SCENARIO_FILE
Initial value:
1= {
2 10 : "scenario_2021.txt",
3 11 : "scenario_2022.txt",
4}

Definition at line 8 of file version_info.py.

◆ SCENARIO_FILE_BASE

str version_info.SCENARIO_FILE_BASE = "scenario"

Definition at line 7 of file version_info.py.