File size: 709 Bytes
747451d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # /*---------------------------------------------------------------------------------------------
# * Copyright (c) 2025 STMicroelectronics.
# * All rights reserved.
# *
# * This software is licensed under terms that can be found in the LICENSE file in
# * the root directory of this software component.
# * If no LICENSE file comes with this software, it is provided AS-IS.
# *--------------------------------------------------------------------------------------------*/
"""
Source code for this dataset is coming from
VisualWakeWordsClassification
By using
from pyvww.pytorch import VisualWakeWordsClassification
directly in the respective wrapper file (vww.py) during registration
"""
|