Welcome to the official repository for the Generalized Category Discovery in Semantic Segmentation (GCDSS) project!
This repository contains the code implementation for GCDSS. We are currently in the process of organizing and refining the codebase to make it more user-friendly. Currently, this is a preview version, and continuous optimization of the code will follow. This work is led by Dr. Xin Tan (ECNU).
-
Place the Cityscapes dataset in the following directory:
datasets/Cityscapes
-
Run the preprocessing script:
python preprocess.py
- After preprocessing the data, you can run the main script:
python main.py
- Organize and refine the self-training related code to enhance clarity and functionality.
- Further streamline the code to make it more user-friendly.
For inquiries or further information, contact: pengzhengyuan@sjtu.edu.cn
Happy coding!