Lei Yang Lei Yang authored on 28 Feb 2022
CNN1.py Add files via upload 4 years ago
CNN2.py Add files via upload 4 years ago
CNN3.py Add files via upload 4 years ago
README.md Update README.md 4 years ago
VNet3D-master.iml Add files via upload 4 years ago
__init__.py Add files via upload 4 years ago
csv.cpython-36.pyc Add files via upload 4 years ago
discriminator.py Add files via upload 4 years ago
layer.py Add files via upload 4 years ago
main.py Add files via upload 4 years ago
misc.xml Add files via upload 4 years ago
modules.xml Add files via upload 4 years ago
pixel_dcn.cpython-36.pyc Add files via upload 4 years ago
util.py Add files via upload 4 years ago
vcs.xml Add files via upload 4 years ago
workspace.xml Add files via upload 4 years ago
README.md

BleedingDetectionCNNs

CNNs detection program is made in Python, there are 3 models in total, corresponding to “CNN1.py”, “CNN2.py” and “CNN3.py” in the project. Please run the prediction function in “main” file and choose the model for prediction. The program requires the bone segmentation result of thresholding detection program, so please set the path of data folder and run the thresholding detection program first to get bone files:

In the cross-validation experiment, the dataset is divided to 6 groups as follows: Group 1: 23, 45 Group 2: 6, 8, 35, 43 Group 3: 22, 37, 48 Group 4: 12, 20, 36, 38, 51 Group 5: 19, 3, 40, 47, 49 Group 6: 15, 17, 21, 24, 27, 29, 31, 32, 39, 41, 42, 44, 46, 53