| # /*--------------------------------------------------------------------------------------------- | |
| # * 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 directly from timm | |
| by using | |
| from timm.data import create_dataset | |
| in the respective wrapper file (imagenet.py) during registration | |
| """ | |