--- license: cc-by-nc-nd-4.0 pretty_name: EgoDex --- # EgoDex official archive mirror This repository mirrors the official Apple EgoDex dataset archives from: https://github.com/apple/ml-egodex Large official zip archives are stored as numbered parts under `chunks/`. The files are byte-for-byte chunks of the official zip archives; no third-party dataset content is included. Use `egodex_hf_split_manifest.tsv` to verify sizes and SHA-256 hashes. Reconstruct split archives with: ```bash cat chunks/part1.zip/part1.zip.part* > part1.zip sha256sum part1.zip ``` Files: - `extra.zip`: 223924972352 bytes, sha256 `3e0616002821987b6f30212264f62b3da7898476e5c1e0dab4715042e644706d`, stored as `chunks/extra.zip/extra.zip.part*` - `part1.zip`: 321588941964 bytes, sha256 `081df720487b4315bf5f0684660c2b4b8265fb4f177ff6987b37db53c74d32ab`, stored as `chunks/part1.zip/part1.zip.part*` - `part2.zip`: 327274733628 bytes, sha256 `98dc2a62cbbf5406712683941204c23181078b218ac7fd564c55239c5837e22b`, stored as `chunks/part2.zip/part2.zip.part*` - `part3.zip`: 326263668370 bytes, sha256 `56b06eb6549679ac6ebb205ad82a2d0b9da2b68be5c4af830b11448e7b13813a`, stored as `chunks/part3.zip/part3.zip.part*` - `part4.zip`: 329365549875 bytes, sha256 `92ce8da91d174cad2e89fc9462ebb1d12a47cfc2ea0152a346ee9a33a1c89c8d`, stored as `chunks/part4.zip/part4.zip.part*` - `part5.zip`: 331277374642 bytes, sha256 `defeb3d407e13bc028b04f32277628aca0aca036bfc0df45500632c55944a8ce`, stored as `chunks/part5.zip/part5.zip.part*` - `test.zip`: 17304529397 bytes, sha256 `0218a1368e34495dbae166ebca7b237d52560ff422e42434b4481da9758dcc7f`, stored as `test.zip` Refer to the Apple project page for dataset documentation, license terms, and citation requirements.