Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
heig-vd-geo
/
CASWiT
like
5
Follow
HEIG-Vd Geomatic
23
Image Segmentation
IGNF/FLAIR-HUB
heig-vd-geo/URUR
English
arxiv:
2601.11310
License:
cc-by-4.0
Model card
Files
Files and versions
xet
Community
main
CASWiT
/
train
/
__init__.py
antoine.carreaud67
clean release
36b4539
4 months ago
raw
Copy download link
history
blame
contribute
delete
146 Bytes
"""
Training, evaluation, and inference scripts.
"""
from
train.train
import
TrainConfig, load_config
__all__ = [
'TrainConfig'
,
'load_config'
]