This repo provides CID-Net model with trained weights in Open Neural Network Exchange (ONNX) format and a inference demo script, for the following paper:
-
model/cidnet.onnx: CID-Net ONNX model with trained weights
-
- grid_x.h5: image grid in lateral direction
- grid_z.h5: image grid in axial direction
- data_gammex.h5: data example acquiered from phantom (Gammex, model 410SCG)
- data_cirs.h5: data example acquiered from phantom (CIRS, model 054GS)
-
demo.ipynb: Running inference
Code pieces are provided in jupyter notebook demo.ipynb