| | --- |
| | title: SAEs for Semantic Segmentation |
| | emoji: 🐨 |
| | colorFrom: gray |
| | colorTo: blue |
| | sdk: gradio |
| | sdk_version: 5.9.1 |
| | python_version: 3.12.8 |
| | app_file: app.py |
| | pinned: false |
| | license: mit |
| | short_description: Interpret semantic segmentation models using SAEs. |
| | --- |
| | |
| |
|
| | I used [s5cmd](https://github.com/peak/s5cmd) to upload ADE20K to Cloudflare R2. |
| |
|
| | ```sh |
| | # in images/ |
| | s5cmd --credentials-file ~/.local/etc/cloudflare/r2-credentials --endpoint-url https://6391ae4399fb354a41cab96372935a6e.r2.cloudflarestorage.com \ |
| | cp validation/ s3://saev-ade20k/images/ |
| | |
| | # in annotations/ |
| | s5cmd --credentials-file ~/.local/etc/cloudflare/r2-credentials --endpoint-url https://6391ae4399fb354a41cab96372935a6e.r2.cloudflarestorage.com \ |
| | cp validation/ s3://saev-ade20k/annotations/``` |
| | ``` |
| | |