Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/vid2vid
/ BaseDataLoader
Class
BaseDataLoader
data/base_data_loader.py:2–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
class
BaseDataLoader():
3
def
__init__(self):
4
pass
5
6
def
initialize(self, opt):
7
self.opt = opt
8
pass
9
10
def
load_data():
11
return
None
12
13
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected