Human activity recognition on DVS data
--> Drive connectivity
--> Actual deployment
--> Preprocess data:
--> Concatenate into 3D Tensors
--> Train model
--> Connect all components
Structure data as shown in the below given example.
data/
.
└── train/
└── label1/
├── sample1.npy
├── sample2.npy
└── ...
└── label2/
├── sample1.npy
├── sample2.npy
└── ...
└── ...
└── test/
└── label1/
├── sample1.npy
├── sample2.npy
└── ...
└── label2/
├── sample1.npy
├── sample2.npy
└── ...
└── ...