mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 20:35:31 +08:00
refactor(data-loading): migrate to Hugging Face datasets and reorganize structure
This commit is contained in:
8
mini-nav/data_loading/__init__.py
Normal file
8
mini-nav/data_loading/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .loader import load_synth_dataset, load_val_dataset
|
||||
from .synthesizer import ImageSynthesizer
|
||||
|
||||
__all__ = [
|
||||
"ImageSynthesizer",
|
||||
"load_synth_dataset",
|
||||
"load_val_dataset",
|
||||
]
|
||||
Reference in New Issue
Block a user