20ecfd211bc8bdfddd5d4cecad53ae2f03fe669f,snntoolbox/datasets/aedat/DVSIterator.py,DVSIterator,next_sequence_batch,#DVSIterator#,97
Before Change
self.event_sequence = self.next_sequence()
// Get class label, which is the same for all events in a sequence.
self.y_b = np .broadcast_to(to_categorical(
[self.labels[self.dvs_sample_idx]], self.num_classes),
(self.batch_size, self.num_classes)).astype("float32")
After Change
event_sequence = self.next_sequence()
// Get class label, which is the same for all events in a sequence.
self.y_b = np.broadcast_to(to_categorical(
[self.labels[self.dvs_sample_idx]], self.num_classes),
(self.batch_size, self.num_classes))
// Generate frames from events.
self.frames_from_sequence = get_frames_from_sequence(
event_sequence["x"], event_sequence["y"],
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: 20ecfd211bc8bdfddd5d4cecad53ae2f03fe669f
Time: 2017-11-23
Author: bodo.rueckauer@gmail.com
File Name: snntoolbox/datasets/aedat/DVSIterator.py
Class Name: DVSIterator
Method Name: next_sequence_batch
Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: 4461f2d4c1f140667b8fe9305efffb4351e54460
Time: 2017-10-25
Author: bodo.rueckauer@gmail.com
File Name: snntoolbox/datasets/aedat/DVSIterator.py
Class Name: DVSIterator
Method Name: next_sequence_batch
Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: fbe35962f59485f6757060330cd45529c919eb5b
Time: 2017-11-23
Author: bodo.rueckauer@gmail.com
File Name: snntoolbox/datasets/aedat/DVSIterator.py
Class Name: DVSIterator
Method Name: next_sequence_batch