Views
No views yet
assets/
directory of the DeCoNav source repository.1models/
2 deconav_nav_policy/ # Fine-tuned Qwen3-VL navigation policy
3 deconav_eva_clip.pt # EVA-CLIP visual encoder checkpoint
4perception/
5 deconav_clip.pt # Fine-tuned object-recognition checkpoint
6 deconav_clip_thresholds.json
7 deconav_room_classifier/
8 config.json
9 best_model.pt1hf download Sunyao/deconav --repo-type model --revision REVISION \
2 --local-dir assetsREVISION with the immutable revision recorded in the DeCoNav
ASSET_MANIFEST.json. The runtime uses local files only and does not enable
trust_remote_code.LICENSE. That
license contains non-commercial, redistribution, attribution, and other use
conditions. EVA-CLIP and other perception components also retain their
upstream terms. The MIT license of the DeCoNav source repository does not
relicense these weights.