wener-yung / TCCNet

5 stars 0 forks source link

TCCNet

TCCNet: Temporally Consistent Context-Free Network for Semi-supervised Video Polyp Segmentation

1. datasets

| |--TestSet | | |-- CVC-ClinicDB-612-Valid | | | |-- Frame | | | | |-- 2,3,4,11,15,17 | | | |-- GT | | | | |-- 2,3,4,11,15,17 | | |-- CVC-ClinicDB-612-Test | | | |-- Frame | | | | |-- 0,6,7,16,24 | | | |-- GT | | | | |-- 0,6,7,16,24 | | |-- CVC-colonDB-300 | | | |-- Frame | | | | |-- 3,5,6,7,8,12 | | | |-- GT | | | | |-- 3,5,6,7,8,12 | | |-- ETIS | | | |-- Frame | | | | |-- 0~25 | | | |-- GT | | | | |-- 0~25



## 2. Train & Test
- Run `python data/sqc_pathlist.py` to get `sqc_pathlist.npy`
- first stage `python pretraining.py`
- second stage `python main_training.py`
- test `python MyTest.py --load your_model`