CoolFace
Modelpublic

OneScience-Group/SatlasPretrain

sourceHugging Faceapache-2.0updated 23d agoView on Hugging Face
0likes31downloads
configuration.json14 linesDownload Raw Back to root
1{2  "framework": "PyTorch",3  "task": "remote_sensing_image_understanding",4  "model": "SatlasPretrain",5  "license": "Apache-2.0",6  "input_format": "BTCHW",7  "protocol": "satlas_naip4_sentinel2_8_512_npz_v2",8  "default_config": "conf/config.yaml",9  "train": "scripts/train.py",10  "inference": "scripts/inference.py",11  "evaluation": "scripts/result.py",12  "visualization": "scripts/result.py"13}14