简体中文 | English
视频动作分割模型使用breakfast、50salads和gtea数据集,使用方法为使用预训练模型提取的特征,可以从MS-TCN官方代码库中获取。feat
- 数据集文件树形式
─── gtea
├── features
│ ├── S1_Cheese_C1.npy
│ ├── S1_Coffee_C1.npy
│ ├── S1_CofHoney_C1.npy
│ └── ...
├── groundTruth
│ ├── S1_Cheese_C1.txt
│ ├── S1_Coffee_C1.txt
│ ├── S1_CofHoney_C1.txt
│ └── ...
├── splits
│ ├── test.split1.bundle
│ ├── test.split2.bundle
│ ├── test.split3.bundle
│ └── ...
└── mapping.txt
- 数据集存放文件树形式
─── data
├── 50salads
├── breakfast
├── gtea
└── ...