Skip to content

DVSGesture 真实动作和label的对应关系 #628

Description

@yl5922

Read before creating a new issue

  • Users who want to use SpikingJelly should first be familiar with the usage of PyTorch.
  • If you do not know much about PyTorch, we recommend that the user can learn the basic tutorials of PyTorch.
  • Do not ask for help with the basic conception of PyTorch/Machine Learning but not related to SpikingJelly. For these questions, please refer to Google or PyTorch Forums.

For faster response

You can @ the corresponding developers for your issue. Here is the division:

Features Developers
Neurons and Surrogate Functions fangwei123456
Yanqi-Chen
CUDA Acceleration fangwei123456
Yanqi-Chen
Reinforcement Learning lucifer2859
ANN to SNN Conversion DingJianhao
Lyu6PosHao
Biological Learning (e.g., STDP) AllenYolk
Others Grasshlw
lucifer2859
AllenYolk
Lyu6PosHao
DingJianhao
Yanqi-Chen
fangwei123456

We are glad to add new developers who are volunteering to help solve issues to the above table.

Issue type

  • Bug Report
  • Feature Request
  • Help wanted
  • Other

SpikingJelly version

0.0.0.0.2

Description

...

Minimal code to reproduce the error/bug

import spikingjelly
# ...

您好,我最近在使用您提供的工具包处理DVSGesture数据集,官方文档提供的标签与动作的对应关系是
1: hand clapping
2: right hand wave
3: left hand wave
4: right arm clockwise
5: right arm counter clockwise
6: left arm clockwise
7: left arm counter clockwise
8: arm roll
9: air drums
10: air guitar
11: other gestures,
但在用spikingjelly提供的工具包对test_set可视化以后,发现这个对应关系似乎并不成立,而应该是
0: "Hand Clapping",
1: "Right HW",
2: "Other",
3: "Left HW",
4: "Right Arm CCW",
5: "Right Arm CW",
6: "Left Arm CCW",
7: "Left Arm CW",
8: "Air Rolls",
9: "Air Drums",
10: "Air Guitar"
想请教下是因为您在处理原始脉冲数据的时候有对样本的分类做改动吗?非常感谢如果您能抽空回答

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions