├── Kvasir-SEG ├── README.md ├── train.txt └── val.txt ├── README.md ├── crf.py ├── data.py ├── data_aug.py ├── figures ├── EndoTect.png ├── README.md └── figure_name.png ├── files ├── README.md └── checkpoint.tar.xz ├── loss.py ├── model.py ├── test.py ├── test_images.py ├── train.py └── utils.py /Kvasir-SEG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/Kvasir-SEG/README.md -------------------------------------------------------------------------------- /Kvasir-SEG/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/Kvasir-SEG/train.txt -------------------------------------------------------------------------------- /Kvasir-SEG/val.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/Kvasir-SEG/val.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/README.md -------------------------------------------------------------------------------- /crf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/crf.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/data.py -------------------------------------------------------------------------------- /data_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/data_aug.py -------------------------------------------------------------------------------- /figures/EndoTect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/figures/EndoTect.png -------------------------------------------------------------------------------- /figures/README.md: -------------------------------------------------------------------------------- 1 | # Figures 2 | -------------------------------------------------------------------------------- /figures/figure_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/figures/figure_name.png -------------------------------------------------------------------------------- /files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/files/README.md -------------------------------------------------------------------------------- /files/checkpoint.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/files/checkpoint.tar.xz -------------------------------------------------------------------------------- /loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/loss.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/model.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/test.py -------------------------------------------------------------------------------- /test_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/test_images.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhilroxtomar/DDANet/HEAD/utils.py --------------------------------------------------------------------------------