Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JethroPeng/GCDSS
The official code implementation of Generalized Category Discovery in Semantic Segmentation
https://github.com/JethroPeng/GCDSS
Last synced: about 1 month ago
JSON representation
The official code implementation of Generalized Category Discovery in Semantic Segmentation
- Host: GitHub
- URL: https://github.com/JethroPeng/GCDSS
- Owner: JethroPeng
- Created: 2023-11-20T03:46:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:15:36.000Z (about 1 year ago)
- Last Synced: 2024-04-29T02:35:26.721Z (9 months ago)
- Language: Jupyter Notebook
- Size: 19.6 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Segment-Anything - [code
README
# GCDSS - Generalized Category Discovery in Semantic Segmentation
Welcome to the official repository for the [Generalized Category Discovery in Semantic Segmentation (GCDSS)](https://arxiv.org/abs/2311.11525) project!
## Overview
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)](https://tanxincs.github.io/).
## Usage Instructions
### Preparing the Dataset
1. Place the Cityscapes dataset in the following directory:
```
datasets/Cityscapes
```2. Run the preprocessing script:
```python
python preprocess.py
```### Running the Main Program
- After preprocessing the data, you can run the main script:
```python
python main.py
```## To-Do
1. Organize and refine the self-training related code to enhance clarity and functionality.
2. Further streamline the code to make it more user-friendly.## Contact
For inquiries or further information, contact: [email protected]
Happy coding!