Flatten checkpoint to 0200000.pth.tar; place via --local-dir on download
Browse files
logs/anwm_cdit_airvln/checkpoints/0200000.pth.tar → 0200000.pth.tar
RENAMED
|
File without changes
|
README.md
CHANGED
|
@@ -15,21 +15,19 @@ Aerial Navigation World Model checkpoint released with the paper
|
|
| 15 |
|
| 16 |
Dataset: [EmbodiedCity/ANWM-Dataset](https://huggingface.co/datasets/EmbodiedCity/ANWM-Dataset)
|
| 17 |
|
| 18 |
-
##
|
| 19 |
|
| 20 |
| File | Steps | Notes |
|
| 21 |
|---|---:|---|
|
| 22 |
-
| `
|
| 23 |
|
| 24 |
## Quick start
|
| 25 |
|
| 26 |
-
From the ANWM code repo root:
|
| 27 |
|
| 28 |
```bash
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
logs/anwm_cdit_airvln/checkpoints/0200000.pth.tar \
|
| 32 |
-
--local-dir .
|
| 33 |
|
| 34 |
# optional check
|
| 35 |
python scripts/check_environment.py --require-checkpoint
|
|
@@ -43,7 +41,7 @@ torchrun --standalone --nproc_per_node=1 infer.py \
|
|
| 43 |
--rollout_fps_values 1,4
|
| 44 |
```
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
```text
|
| 49 |
logs/anwm_cdit_airvln/checkpoints/0200000.pth.tar
|
|
|
|
| 15 |
|
| 16 |
Dataset: [EmbodiedCity/ANWM-Dataset](https://huggingface.co/datasets/EmbodiedCity/ANWM-Dataset)
|
| 17 |
|
| 18 |
+
## Files
|
| 19 |
|
| 20 |
| File | Steps | Notes |
|
| 21 |
|---|---:|---|
|
| 22 |
+
| `0200000.pth.tar` | 200,000 | Paper / released model (`config/anwm.yaml`) |
|
| 23 |
|
| 24 |
## Quick start
|
| 25 |
|
| 26 |
+
From the ANWM code repo root, download into the path expected by `infer.py`:
|
| 27 |
|
| 28 |
```bash
|
| 29 |
+
huggingface-cli download EmbodiedCity/ANWM 0200000.pth.tar \
|
| 30 |
+
--local-dir logs/anwm_cdit_airvln/checkpoints
|
|
|
|
|
|
|
| 31 |
|
| 32 |
# optional check
|
| 33 |
python scripts/check_environment.py --require-checkpoint
|
|
|
|
| 41 |
--rollout_fps_values 1,4
|
| 42 |
```
|
| 43 |
|
| 44 |
+
This places the weight at:
|
| 45 |
|
| 46 |
```text
|
| 47 |
logs/anwm_cdit_airvln/checkpoints/0200000.pth.tar
|