few_S28_PosAB / README.md
Tsaisplus's picture
Update README.md
f6fd435 verified
---
license: apache-2.0
---
```bash
for d in fov rgb panoramic_rgb; do
echo "Extracting $d..."
for f in "$d"/*.tar; do
tar -xf "$f"
done
done
```