File size: 768 Bytes
e508563 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
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/```
```
|