├── README.md ├── assets ├── 0.png ├── 1594455257759.png ├── 1595145745879-1595145783802.png ├── 1595145745879.png ├── 24.png ├── ezgif.com-gif-maker.gif ├── ezgif.com-gif-maker_1.gif ├── ezgif.com-gif-maker_2.gif ├── ezgif.com-gif-maker_3.gif ├── image-20200719174534549.png ├── image-20200719174614540.png ├── image-20210119102418238.png └── result.png ├── dataset.py ├── net.py ├── process_dicom_file.py ├── pytorcch_test.py ├── result_to_brinary.py ├── test.py ├── test_model.py ├── train.py ├── 涉及到的问题以及优质博客.md └── 简单总结.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/README.md -------------------------------------------------------------------------------- /assets/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/0.png -------------------------------------------------------------------------------- /assets/1594455257759.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/1594455257759.png -------------------------------------------------------------------------------- /assets/1595145745879-1595145783802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/1595145745879-1595145783802.png -------------------------------------------------------------------------------- /assets/1595145745879.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/1595145745879.png -------------------------------------------------------------------------------- /assets/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/24.png -------------------------------------------------------------------------------- /assets/ezgif.com-gif-maker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/ezgif.com-gif-maker.gif -------------------------------------------------------------------------------- /assets/ezgif.com-gif-maker_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/ezgif.com-gif-maker_1.gif -------------------------------------------------------------------------------- /assets/ezgif.com-gif-maker_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/ezgif.com-gif-maker_2.gif -------------------------------------------------------------------------------- /assets/ezgif.com-gif-maker_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/ezgif.com-gif-maker_3.gif -------------------------------------------------------------------------------- /assets/image-20200719174534549.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/image-20200719174534549.png -------------------------------------------------------------------------------- /assets/image-20200719174614540.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/image-20200719174614540.png -------------------------------------------------------------------------------- /assets/image-20210119102418238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/image-20210119102418238.png -------------------------------------------------------------------------------- /assets/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/assets/result.png -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/dataset.py -------------------------------------------------------------------------------- /net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/net.py -------------------------------------------------------------------------------- /process_dicom_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/process_dicom_file.py -------------------------------------------------------------------------------- /pytorcch_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/pytorcch_test.py -------------------------------------------------------------------------------- /result_to_brinary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/result_to_brinary.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/test.py -------------------------------------------------------------------------------- /test_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/test_model.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/train.py -------------------------------------------------------------------------------- /涉及到的问题以及优质博客.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/涉及到的问题以及优质博客.md -------------------------------------------------------------------------------- /简单总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LijunRio/Xrays_CT/HEAD/简单总结.md --------------------------------------------------------------------------------