JeVoisBase  1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
base.py
Go to the documentation of this file.
1from .base_dataloader import _BaseImageLoader, _BaseVideoLoader
2from ..factory import DATALOADERS
3
4@DATALOADERS.register
6 def __init__(self, **kwargs):
7 super().__init__(**kwargs)
8
9@DATALOADERS.register
11 def __init__(self, **kwargs):
12 super().__init__(**kwargs)