Skip to content

Dynamic_train时加载data/dynamic/内的数据含义请教 #14

@Senwei-Huang

Description

@Senwei-Huang

作者您好,我在研读了你们发表的论文后想跑一下这个项目,但是在看域自适应训练代码时遇到一些模糊的地方,想请教一下。

在运行Dynamic_train.py时,下面这行代码:
MEAN_INFO = np.load("data/dynamic/mean_dict_5_18.npz") # data used for dynamic adaptation
加载进来的数据的键分别代表什么意思呢?
dict_keys(['exp_motor_mean', 'exp_motor_std', 'exp_drpy_mean', 'exp_drpy_std', 'ori_motor_mean', 'ori_motor_std', 'ori_drpy_mean', 'ori_drpy_std', 'height_motor_mean', 'height_motor_std', 'height_drpy_mean', 'height_drpy_std'])

下面代码:

GAIT_LIST["exp"] = np.load("data/dynamic/gait_action_list_t0.3.npy")
GAIT_LIST["ori"] = np.load("data/dynamic/gait_action_list_CPG_ori.npy")
GAIT_LIST["height"] = np.load("data/dynamic/gait_action_list_CPG_height.npy")

加载进来的是什么数据呢?不知道您是否方便公开一下,谢谢

@xueeinstein

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions