Robotics
Transformers
Safetensors
citywalker
feature-extraction
navigation
waypoint-prediction
dinov2
custom_code
Instructions to use ai4ce/citywalker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai4ce/citywalker with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ai4ce/citywalker", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 645 Bytes
15b7700 cec7d2d 15b7700 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"architectures": [
"CityWalkerModel"
],
"auto_map": {
"AutoConfig": "configuration_citywalker.CityWalkerConfig",
"AutoModel": "modeling_citywalker.CityWalkerModel"
},
"context_size": 5,
"cord_include_input": true,
"cord_num_freqs": 6,
"crop": [
400,
400
],
"decoder_ff_dim_factor": 4,
"decoder_num_heads": 8,
"decoder_num_layers": 16,
"do_resize": true,
"do_rgb_normalize": true,
"dtype": "float32",
"freeze_obs_encoder": true,
"len_traj_pred": 5,
"model_type": "citywalker",
"obs_encoder_type": "dinov2_vitb14",
"resize": [
392,
392
],
"transformers_version": "5.8.0"
}
|