spikingjelly.datasets.nav_gesture module#
警告
The dataset cannot be downloaded now. Refer to fangwei123456/spikingjelly#423 for more details.
- class spikingjelly.datasets.nav_gesture.NAVGestureWalk(root: str, data_type: str = 'event', frames_number: int | None = None, split_by: str | None = None, duration: int | None = None, custom_integrate_function: Callable | None = None, custom_integrated_frames_dir_name: str | None = None, transform: Callable | None = None, target_transform: Callable | None = None)[源代码]#
-
中文
Nav Gesture 数据集,由 Event-Based Gesture Recognition With Dynamic Background Suppression Using Smartphone Computational Capabilities 提出。
有关参数的更多详细信息,请参考
NeuromorphicDatasetFolder
English
The Nav Gesture dataset, which is proposed by Event-Based Gesture Recognition With Dynamic Background Suppression Using Smartphone Computational Capabilities.
Refer to
NeuromorphicDatasetFolder- 参数:
root (Union[str, Path]) -- 数据集的根路径
data_type (str) --
"event"或"frame"frames_number (Optional[int]) -- 积分帧的数量
split_by (Optional[str]) --
"time"或"number"duration (Optional[int]) -- 每帧的时间时长
custom_integrate_function (Optional[Callable]) -- 用户自定义积分函数
custom_integrated_frames_dir_name (Optional[str]) -- 自定义积分帧目录名
transform (Optional[Callable]) -- 数据变换
target_transform (Optional[Callable]) -- 标签变换
root -- Root directory of the dataset
data_type --
"event"or"frame"frames_number -- Number of frames to integrate
split_by --
"time"or"number"duration -- Time duration per frame
custom_integrate_function -- User-defined integrate function
custom_integrated_frames_dir_name -- Custom frames directory name
transform -- Transform function
target_transform -- Target transform function
- 返回:
None
- 返回类型:
None
- class spikingjelly.datasets.nav_gesture.NAVGestureSit(root: str, data_type: str = 'event', frames_number: int | None = None, split_by: str | None = None, duration: int | None = None, custom_integrate_function: Callable | None = None, custom_integrated_frames_dir_name: str | None = None, transform: Callable | None = None, target_transform: Callable | None = None)[源代码]#
-
中文
Nav Gesture 数据集,由 Event-Based Gesture Recognition With Dynamic Background Suppression Using Smartphone Computational Capabilities 提出。
有关参数的更多详细信息,请参考
NeuromorphicDatasetFolder
English
The Nav Gesture dataset, which is proposed by Event-Based Gesture Recognition With Dynamic Background Suppression Using Smartphone Computational Capabilities.
Refer to
NeuromorphicDatasetFolder- 参数:
root (Union[str, Path]) -- 数据集的根路径
data_type (str) --
"event"或"frame"frames_number (Optional[int]) -- 积分帧的数量
split_by (Optional[str]) --
"time"或"number"duration (Optional[int]) -- 每帧的时间时长
custom_integrate_function (Optional[Callable]) -- 用户自定义积分函数
custom_integrated_frames_dir_name (Optional[str]) -- 自定义积分帧目录名
transform (Optional[Callable]) -- 数据变换
target_transform (Optional[Callable]) -- 标签变换
root -- Root directory of the dataset
data_type --
"event"or"frame"frames_number -- Number of frames to integrate
split_by --
"time"or"number"duration -- Time duration per frame
custom_integrate_function -- User-defined integrate function
custom_integrated_frames_dir_name -- Custom frames directory name
transform -- Transform function
target_transform -- Target transform function
- 返回:
None
- 返回类型:
None