microsoft / satclip

PyTorch implementation of SatCLIP
MIT License
190 stars 19 forks source link

Add lightweight loading function #17

Closed crastoru closed 1 month ago

crastoru commented 1 month ago

Added a lightweight function for loading SatCLIP location encoder from a checkpoint. Unlike the existing get_satclip() function, this one does not load the full SatCLIP lightning module.

konstantinklemmer commented 1 month ago

Awesome, thanks!