cyd0806 commited on
Commit
88daae1
·
verified ·
1 Parent(s): f5849c4

Update model card links and RL-policy note

Browse files
Files changed (1) hide show
  1. README_zh.md +8 -3
README_zh.md CHANGED
@@ -1,7 +1,7 @@
1
  # dbMiM 神经元分割
2
 
3
  [![English README](https://img.shields.io/badge/README-English-blue)](README.md)
4
- [![Hugging Face 权重](https://img.shields.io/badge/HuggingFace-weights-yellow)](https://huggingface.co/che111/dbmim-neuron-segmentation)
5
 
6
  这个仓库是当前 dbMiM 神经元分割实验的清理版代码,主要面向 CREMI
7
  复现、预训练收益验证、UNETR 结构改进和 VOI/ARAND 评测。当前维护的主线是:
@@ -36,11 +36,16 @@
36
  但当前全局最低 VOI 仍然来自更小 publicEM 数据上的 R17,所以文档同时报告
37
  R17 和 R33。
38
 
 
 
 
 
 
39
  ## 权重
40
 
41
  训练好的预训练权重和微调权重已经上传到:
42
 
43
- **https://huggingface.co/che111/dbmim-neuron-segmentation**
44
 
45
  | 模型 | HF 路径 | 用途 |
46
  |---|---|---|
@@ -256,7 +261,7 @@ python -m py_compile \
256
  from huggingface_hub import snapshot_download
257
 
258
  snapshot_download(
259
- repo_id="che111/dbmim-neuron-segmentation",
260
  local_dir="outputs/hf_weights",
261
  allow_patterns=["weights/**", "configs/**"],
262
  )
 
1
  # dbMiM 神经元分割
2
 
3
  [![English README](https://img.shields.io/badge/README-English-blue)](README.md)
4
+ [![Hugging Face 权重](https://img.shields.io/badge/HuggingFace-weights-yellow)](https://huggingface.co/cyd0806/dbmim-neuron-segmentation)
5
 
6
  这个仓库是当前 dbMiM 神经元分割实验的清理版代码,主要面向 CREMI
7
  复现、预训练收益验证、UNETR 结构改进和 VOI/ARAND 评测。当前维护的主线是:
 
36
  但当前全局最低 VOI 仍然来自更小 publicEM 数据上的 R17,所以文档同时报告
37
  R17 和 R33。
38
 
39
+ 当前推荐的 R33 主线**没有使用强化学习 mask policy**,而是固定的 mixed
40
+ edge/random masking。RL-style decision module 只作为消融保留:R16 publicEM
41
+ 预训练线用了旧 decision module,R34/R35 测试 adaptive mixed masking,但在当前
42
+ CREMI A/B/C 口径下是负结果。
43
+
44
  ## 权重
45
 
46
  训练好的预训练权重和微调权重已经上传到:
47
 
48
+ **https://huggingface.co/cyd0806/dbmim-neuron-segmentation**
49
 
50
  | 模型 | HF 路径 | 用途 |
51
  |---|---|---|
 
261
  from huggingface_hub import snapshot_download
262
 
263
  snapshot_download(
264
+ repo_id="cyd0806/dbmim-neuron-segmentation",
265
  local_dir="outputs/hf_weights",
266
  allow_patterns=["weights/**", "configs/**"],
267
  )