roobee79 commited on
Commit
a789cbb
·
verified ·
1 Parent(s): 43e1965

Update README.md

Browse files

15 cell types (16 output classes including background) edited

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,10 +14,10 @@ tags:
14
 
15
  # HNE2Cell — H&E Whole-Slide Image Cell Detection & Classification
16
 
17
- HNE2Cell detects and classifies **16 cell types** from H&E-stained whole-slide images (WSI).
18
  It takes 256×256 px patches as input and outputs per-cell contours, centroids, and type labels.
19
 
20
- ## Cell Types (16 classes)
21
 
22
  | ID | Cell Type | Color |
23
  |----|-----------|-------|
@@ -261,7 +261,7 @@ python patchify.py \
261
  python inference.py \
262
  --input_dir /path/to/patch_folders \
263
  --output_dir /path/to/results \
264
- --model_path ./HNE2cell_all_patch73_jit.pt \
265
  --magnification 40 \
266
  --batch_size 32
267
  ```
 
14
 
15
  # HNE2Cell — H&E Whole-Slide Image Cell Detection & Classification
16
 
17
+ HNE2Cell detects and classifies **15 cell types (16 output classes including background)** from H&E-stained whole-slide images (WSI).
18
  It takes 256×256 px patches as input and outputs per-cell contours, centroids, and type labels.
19
 
20
+ ## Output Classes (background + 15 cell types)
21
 
22
  | ID | Cell Type | Color |
23
  |----|-----------|-------|
 
261
  python inference.py \
262
  --input_dir /path/to/patch_folders \
263
  --output_dir /path/to/results \
264
+ --model_path ./HNE2cell_pub_patch73_jit.pt \
265
  --magnification 40 \
266
  --batch_size 32
267
  ```