| license: mit | |
| language: | |
| - en | |
| tags: | |
| - Demo | |
| - Connectomics | |
| - Proofreading | |
| - MICrONS | |
| size_categories: | |
| - 100K<n<1M | |
| # MERGER FREE — review bundles | |
| Demo data for the **MERGER FREE** project by **Fuming Yang** and | |
| **Sven Dorkenwald**. | |
| Each JSON bundle is one MICrONS neuron's review payload. Drop one | |
| into the static review site at | |
| [FumingYang-Felix/MERGE_FREE_DEMO](https://github.com/FumingYang-Felix/MERGE_FREE_DEMO) | |
| to step through suspect windows in Neuroglancer. | |
| ## Layout | |
| ``` | |
| FumingY/MergeFree/ | |
| ├── README.md | |
| └── bundles/ | |
| └── <root_id>_hybrid.json.gz ← one per neuron | |
| ``` | |
| ## Direct download URL | |
| ``` | |
| https://huggingface.co/datasets/FumingY/MergeFree/resolve/main/bundles/<ROOT_ID>_hybrid.json.gz | |
| ``` | |
| Suitable for `=HYPERLINK()` in Google Sheets (column A = root id): | |
| ``` | |
| =HYPERLINK( | |
| "https://huggingface.co/datasets/FumingY/MergeFree/resolve/main/bundles/" & A2 & "_hybrid.json.gz", | |
| "download" | |
| ) | |
| ``` | |
| ## How to review | |
| 1. Click a download link → browser saves `<root>_hybrid.json.gz` to | |
| your Downloads folder. | |
| 2. Open https://fumingyang-felix.github.io/MERGE_FREE_DEMO/. | |
| 3. Click **↑ Import bundle** and pick the downloaded file — the | |
| site decompresses it automatically. | |
| 4. For each suspect window, answer **Real merge?** and pick which | |
| colored token clusters in **SPLIT WHICH?** should be split off. | |
| 5. Click **↓ Export decisions** when done — that JSON is the | |
| reviewer's output. | |