File size: 1,452 Bytes
43e1f0a
 
 
 
 
 
1a4c9ac
 
 
43e1f0a
 
1a4c9ac
 
 
 
c8bf481
 
 
 
 
1a4c9ac
c8bf481
1a4c9ac
 
 
 
 
c8bf481
1a4c9ac
2722063
1a4c9ac
 
c8bf481
1a4c9ac
 
2722063
1a4c9ac
 
c8bf481
1a4c9ac
 
 
2722063
1a4c9ac
 
 
 
 
 
c8bf481
 
 
 
 
 
 
2722063
1a4c9ac
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
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.