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

Variables

list sys_path = ['/workspace/smlab', '/workspace']
 
dict category_k
 
dict category_info
 
dict category_margin_ratio
 
 args = abc.abstractproperty()
 
 data_root
 
 pkl_root
 
 train_category
 
 image_feat_folder
 
str split_data_folder = '/media/safemotion/HDD5/pjm_test/action_train_dataset_2023/action_kp_imf_split'
 
 total_data_num
 
 ratio
 

Variable Documentation

◆ args

run_gen_pkl_v22_mtml.args = abc.abstractproperty()

Definition at line 37 of file run_gen_pkl_v22_mtml.py.

◆ category_info

run_gen_pkl_v22_mtml.category_info
Initial value:
1= {'action_upper' : 6,
2 'action_lower' : 12,
3 'pose' : 8,
4 'hand' : 4,
5 'foot' : 2}

Definition at line 23 of file run_gen_pkl_v22_mtml.py.

◆ category_k

run_gen_pkl_v22_mtml.category_k
Initial value:
1= {'action_upper' : 60,
2 'action_lower' : 60,
3 'pose' : 60,
4 'hand' : 60,
5 'foot' : 60}

Definition at line 16 of file run_gen_pkl_v22_mtml.py.

◆ category_margin_ratio

run_gen_pkl_v22_mtml.category_margin_ratio
Initial value:
1= {'action_upper' : 0.3,
2 'action_lower' : 0.3,
3 'pose' : 0.4,
4 'hand' : 0.4,
5 'foot' : 0.4}

Definition at line 30 of file run_gen_pkl_v22_mtml.py.

◆ data_root

run_gen_pkl_v22_mtml.data_root

Definition at line 39 of file run_gen_pkl_v22_mtml.py.

◆ image_feat_folder

run_gen_pkl_v22_mtml.image_feat_folder

Definition at line 43 of file run_gen_pkl_v22_mtml.py.

◆ pkl_root

run_gen_pkl_v22_mtml.pkl_root

Definition at line 40 of file run_gen_pkl_v22_mtml.py.

◆ ratio

run_gen_pkl_v22_mtml.ratio

Definition at line 52 of file run_gen_pkl_v22_mtml.py.

◆ split_data_folder

run_gen_pkl_v22_mtml.split_data_folder = '/media/safemotion/HDD5/pjm_test/action_train_dataset_2023/action_kp_imf_split'

Definition at line 51 of file run_gen_pkl_v22_mtml.py.

◆ sys_path

list run_gen_pkl_v22_mtml.sys_path = ['/workspace/smlab', '/workspace']

Definition at line 2 of file run_gen_pkl_v22_mtml.py.

◆ total_data_num

run_gen_pkl_v22_mtml.total_data_num

Definition at line 52 of file run_gen_pkl_v22_mtml.py.

◆ train_category

run_gen_pkl_v22_mtml.train_category

Definition at line 41 of file run_gen_pkl_v22_mtml.py.