BICLab / Attention-SNN

Offical implementation of "Attention Spiking Neural Networks" (IEEE T-PAMI2023)
https://ieeexplore.ieee.org/abstract/document/10032591
MIT License
53 stars 7 forks source link

关于gait数据集预处理的问题 #7

Closed Antleaf-0921 closed 4 months ago

Antleaf-0921 commented 4 months ago

在gait数据集上,代码细节中需要加载train_data.npy和train_target.npy,而原始数据集中只有txt文件,请问这一部分是怎么进行处理划分的呢?

Gausx commented 4 months ago

MA_SNN/DVSGait/DVS_gait_data_process/DVS128_Gait_dataloaders.py 具体查看这个文件 里边会有流程将txt 转化为npy数据