Skip to content

Commit

Permalink
Merge pull request #1251 from joddiy/dev-postgresql
Browse files Browse the repository at this point in the history
update TED_CT_Detection README.md
  • Loading branch information
lzjpaul authored Dec 28, 2024
2 parents c2d0b15 + 2b7c590 commit eed23ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/healthcare/application/TED_CT_Detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

We have successfully applied the idea of prototype loss in various medical image classification task to improve performance, for example detection thyroid eye disease from CT images. Here we provide the implementation of the convolution prototype model in Singa. Due to data privacy, we are not able to release the CT image dataset used. The training scripts `./train.py` demonstrate how to apply this model on cifar-10 dataset.


## run

At Singa project root directory `python examples/healthcare/application/TED_CT_Detection/train.py`
1. Download `healthcare` directory then change to the `healthcare/application/TED_CT_Detection` directory.
2. Command.
```bash
python train.py -dir pathToDataset
```

## reference

[Robust Classification with Convolutional Prototype Learning](https://arxiv.org/abs/1805.03438)
[Robust Classification with Convolutional Prototype Learning](https://arxiv.org/abs/1805.03438)

0 comments on commit eed23ab

Please sign in to comment.