Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mapitanywhere/MapItAnywhereModel
mapitanywhere
/
Mapper
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5a01861
Mapper
/
mapper
/
data
/
__init__.py
hocherie
add files
4187c6f
4 months ago
raw
Copy download link
history
blame
Safe
184 Bytes
from
.mapillary.data_module
import
MapillaryDataModule
from
.nuscenes.data_module
import
NuScenesData
modules = {
"mapillary"
: MapillaryDataModule,
"nuscenes"
: NuScenesData
}