README: trim to demo description (Fuming + Sven)
Browse files
README.md
CHANGED
|
@@ -3,7 +3,6 @@ license: mit
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
-
- Inference
|
| 7 |
- Demo
|
| 8 |
- Connectomics
|
| 9 |
- Proofreading
|
|
@@ -14,33 +13,30 @@ size_categories:
|
|
| 14 |
|
| 15 |
# MERGER FREE — review bundles
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
JSON
|
|
|
|
| 21 |
[FumingYang-Felix/MERGE_FREE_DEMO](https://github.com/FumingYang-Felix/MERGE_FREE_DEMO)
|
| 22 |
-
|
| 23 |
|
| 24 |
## Layout
|
| 25 |
|
| 26 |
```
|
| 27 |
FumingY/MergeFree/
|
| 28 |
-
├── README.md
|
| 29 |
└── bundles/
|
| 30 |
-
├── README.md ← bundle schema + usage details
|
| 31 |
└── <root_id>_hybrid.json.gz ← one per neuron
|
| 32 |
```
|
| 33 |
|
| 34 |
-
## Direct download URL
|
| 35 |
-
|
| 36 |
-
Each JSON has a stable `resolve/main/...` URL; suitable for
|
| 37 |
-
`=HYPERLINK()` in Google Sheets:
|
| 38 |
|
| 39 |
```
|
| 40 |
https://huggingface.co/datasets/FumingY/MergeFree/resolve/main/bundles/<ROOT_ID>_hybrid.json.gz
|
| 41 |
```
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
```
|
| 46 |
=HYPERLINK(
|
|
@@ -51,44 +47,12 @@ Spreadsheet column formula (column A = root id, column B = link):
|
|
| 51 |
|
| 52 |
## How to review
|
| 53 |
|
| 54 |
-
1. Click
|
| 55 |
-
|
| 56 |
-
2. Open https://fumingyang-felix.github.io/MERGE_FREE_DEMO/
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
answer:
|
| 62 |
-
- **Real merge?** — yes / no / skip / unsure
|
| 63 |
-
- **SPLIT WHICH?** — multi-select the colored token clusters that
|
| 64 |
-
should actually be split off
|
| 65 |
5. Click **↓ Export decisions** when done — that JSON is the
|
| 66 |
reviewer's output.
|
| 67 |
-
|
| 68 |
-
**Why `.json.gz` and not `.json`?** Hugging Face serves small JSON
|
| 69 |
-
files with `Content-Disposition: inline`, so plain `.json` links
|
| 70 |
-
render in-browser instead of triggering a download. Browsers
|
| 71 |
-
always download `application/gzip`, and the static site handles the
|
| 72 |
-
decompression for you.
|
| 73 |
-
|
| 74 |
-
## Generation
|
| 75 |
-
|
| 76 |
-
Bundles are produced in batch by
|
| 77 |
-
`sliding_window_demo/batch_build_bundles.py` (in the cutscan_project
|
| 78 |
-
repo) running the same pipeline as the streamlit UI:
|
| 79 |
-
|
| 80 |
-
1. `verify_prob ≥ 0.05` filter
|
| 81 |
-
2. spectral+ heuristic (mean cutoff 0.5, tie tolerance 0)
|
| 82 |
-
3. spatial NMS (radius 9 µm)
|
| 83 |
-
4. wSBM uniform-DL filter (max DL 250, tie 0.01)
|
| 84 |
-
5. cuts via the **hybrid** partitioner (wsbm if its DL ≤ 100, else
|
| 85 |
-
spectral+)
|
| 86 |
-
|
| 87 |
-
The `_hybrid` filename suffix tags the partition method used for
|
| 88 |
-
the cuts. Future spectral_plus / wsbm-only variants would land
|
| 89 |
-
alongside as `<root>_spectral.json.gz` / `<root>_wsbm.json.gz` in
|
| 90 |
-
the same folder.
|
| 91 |
-
|
| 92 |
-
## Schema
|
| 93 |
-
|
| 94 |
-
See [`bundles/README.md`](bundles/README.md) for the JSON schema.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
| 6 |
- Demo
|
| 7 |
- Connectomics
|
| 8 |
- Proofreading
|
|
|
|
| 13 |
|
| 14 |
# MERGER FREE — review bundles
|
| 15 |
|
| 16 |
+
Demo data for the **MERGER FREE** project by **Fuming Yang** and
|
| 17 |
+
**Sven Dorkenwald**.
|
| 18 |
+
|
| 19 |
+
Each JSON bundle is one MICrONS neuron's review payload. Drop one
|
| 20 |
+
into the static review site at
|
| 21 |
[FumingYang-Felix/MERGE_FREE_DEMO](https://github.com/FumingYang-Felix/MERGE_FREE_DEMO)
|
| 22 |
+
to step through suspect windows in Neuroglancer.
|
| 23 |
|
| 24 |
## Layout
|
| 25 |
|
| 26 |
```
|
| 27 |
FumingY/MergeFree/
|
| 28 |
+
├── README.md
|
| 29 |
└── bundles/
|
|
|
|
| 30 |
└── <root_id>_hybrid.json.gz ← one per neuron
|
| 31 |
```
|
| 32 |
|
| 33 |
+
## Direct download URL
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
```
|
| 36 |
https://huggingface.co/datasets/FumingY/MergeFree/resolve/main/bundles/<ROOT_ID>_hybrid.json.gz
|
| 37 |
```
|
| 38 |
|
| 39 |
+
Suitable for `=HYPERLINK()` in Google Sheets (column A = root id):
|
| 40 |
|
| 41 |
```
|
| 42 |
=HYPERLINK(
|
|
|
|
| 47 |
|
| 48 |
## How to review
|
| 49 |
|
| 50 |
+
1. Click a download link → browser saves `<root>_hybrid.json.gz` to
|
| 51 |
+
your Downloads folder.
|
| 52 |
+
2. Open https://fumingyang-felix.github.io/MERGE_FREE_DEMO/.
|
| 53 |
+
3. Click **↑ Import bundle** and pick the downloaded file — the
|
| 54 |
+
site decompresses it automatically.
|
| 55 |
+
4. For each suspect window, answer **Real merge?** and pick which
|
| 56 |
+
colored token clusters in **SPLIT WHICH?** should be split off.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
5. Click **↓ Export decisions** when done — that JSON is the
|
| 58 |
reviewer's output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|