BZNR3's picture
Add files using upload-large-folder tool
8adfb09 verified
|
Raw
History Blame Contribute Delete
398 Bytes
# TTAOD Foundation Data
This dataset is an archived copy of `/bigdata/baoming/ttaod_foundation/data`.
## Files
- `VOC2007.tar.zst`: archived `VOC2007/`
- `coco.tar.zst`: archived `coco/`
- `downloads.tar.zst`: archived `downloads/`
- `SHA256SUMS`: checksums for the archives
## Extract
```bash
tar -I zstd -xf VOC2007.tar.zst
tar -I zstd -xf coco.tar.zst
tar -I zstd -xf downloads.tar.zst
```