SatNav Baseline Model Zoo
Collection
Baseline checkpoints for SatNav vision-language navigation. This collection includes StreamVLN, OpenFly, UniNaVid, and NaVILA โข 8 items โข Updated
How to use Eku127/uninavid-satnav-continue-1ep-lr1e-5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Eku127/uninavid-satnav-continue-1ep-lr1e-5")
model = AutoModelForCausalLM.from_pretrained("Eku127/uninavid-satnav-continue-1ep-lr1e-5", device_map="auto")This checkpoint is designed for use with SatNav, the continuous-state vision-and-language navigation platform for satellite maps. The SatNav Uni-NaVid integration uses it to predict short action sequences from a language instruction and a stream of RGB observations.
Jzzhang/Uni-NaVid1e-5uninavid-satnav: Uni-NaVid adapted to SatNavcontinue: starts from the Uni-NaVid checkpoint1ep: trained for one epochlr1e-5: uses a learning rate of 1e-5Evaluated in SatSim with the full split and a 500-step cap.
| Split | Episodes | NE | OS | SR | SPL |
|---|---|---|---|---|---|
val_seen |
4,574 | 87.11 | 68.17 | 49.69 | 49.15 |
val_unseen |
8,756 | 149.85 | 55.85 | 36.72 | 36.29 |
Use this checkpoint with the SatNav Uni-NaVid integration. It is also listed in the SatNav Baseline Model Zoo.
The checkpoint follows the applicable Llama 2 terms. Uni-NaVid, EVA-CLIP, SatNav, and other components retain their own licenses.
Base model
Jzzhang/Uni-NaVid