Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xq141839 authored Jul 14, 2023
1 parent 62bd33d commit b401573
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
## Environment
NVIDIA RTX2080Ti Tensor Core GPU, 4-core CPU, and 28GB RAM

## Evaluation on MoNuSeg-2018

| Method| mIoU(%) | DSC(%) | Params(M) | FLOPs | FPS |
| ---- | ---- | ---- | ---- | ---- | ---- |
| SAM | 60.18±8.15 | 74.76±7.00 | 635.93 | 2736.63 | 1.39|
| SPPNet | 66.43±4.32 | 79.77±3.11 | 9.79 | 39.90 | 22.61 |

## Dataset
To apply the model on a custom dataset, the data tree should be constructed as:
```
Expand Down

0 comments on commit b401573

Please sign in to comment.