Skip to content
Cheng-Lin Li edited this page Jun 11, 2018 · 4 revisions

Welcome to the SegCaps wiki!

This is the index page for this project.

1. Dataset

2. Requirements

3. Execution

4. Program structure

4-1. main.py 4-1-1. If your data folder exists train_list, val_list, test_list. The program will read them. If you don't, the program will call split_data() to generate them. 4-1-2. 4-2. load_3D_data.py

4-3.

5. Pipeline

6. Citation

This project based on the official codebase of Capsules for Object Segmentation:

@article{lalonde2018capsules,
  title={Capsules for Object Segmentation},
  author={LaLonde, Rodney and Bagci, Ulas},
  journal={arXiv preprint arXiv:1804.04241},
  year={2018}
}