mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 20:35:31 +08:00
feat(dataset): add synthetic dataset generation and configuration
This commit is contained in:
@@ -5,6 +5,7 @@ from .config import (
|
||||
from .loader import ConfigError, load_yaml, save_yaml
|
||||
from .models import (
|
||||
Config,
|
||||
DatasetConfig,
|
||||
ModelConfig,
|
||||
OutputConfig,
|
||||
PoolingType,
|
||||
@@ -14,6 +15,7 @@ __all__ = [
|
||||
# Models
|
||||
"ModelConfig",
|
||||
"OutputConfig",
|
||||
"DatasetConfig",
|
||||
"Config",
|
||||
"PoolingType",
|
||||
# Loader
|
||||
|
||||
Reference in New Issue
Block a user