Update README.md for __VLAC2_FRAMES_ROOT__ placeholder
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ python scripts/extract_vlac2_release_frames.py --release-root /path/to/vlac2_rel
|
|
| 40 |
|
| 41 |
If `--output-root` is not specified, extracted frames are written to `/path/to/vlac2_release/_extracted_frames/`, which is created automatically by the script.
|
| 42 |
|
| 43 |
-
3. Use the benchmark files for training or evaluation. Frame paths in the JSONs use the prefix `
|
| 44 |
|
| 45 |
## Notes
|
| 46 |
|
|
|
|
| 40 |
|
| 41 |
If `--output-root` is not specified, extracted frames are written to `/path/to/vlac2_release/_extracted_frames/`, which is created automatically by the script.
|
| 42 |
|
| 43 |
+
3. Use the benchmark files for training or evaluation. Frame paths in the JSONs use the prefix `__VLAC2_FRAMES_ROOT__/...`. Replace `__VLAC2_FRAMES_ROOT__` with the absolute path of the actual extracted-frame directory. For example, if extracted frames are written to `/data/VLAC2-Benchmark/_extracted_frames`, then `__VLAC2_FRAMES_ROOT__/ARX-data/...` becomes `/data/VLAC2-Benchmark/_extracted_frames/ARX-data/...`. If you choose a custom `--output-root`, substitute that directory instead.
|
| 44 |
|
| 45 |
## Notes
|
| 46 |
|