CAT-Seg
Official Implementation of "CAT-Seg๐ฑ: Cost Aggregation for Open-Vocabulary Semantic Segmentation"
File Explorer
Download Latest Version (.zip)- fig1.png
- __init__.py
- detr_panoptic_dataset_mapper.py
- mask_former_panoptic_dataset_mapper.py
- mask_former_semantic_dataset_mapper.py
- __init__.py
- register_ade20k_150.py
- register_ade20k_847.py
- register_coco_stuff.py
- register_pascal_20.py
- register_pascal_context.py
- __init__.py
- __init__.py
- swin.py
- __init__.py
- cat_seg_head.py
- __init__.py
- cat_seg_predictor.py
- model.py
- __init__.py
- bpe_simple_vocab_16e6.txt.gz
- clip.py
- imagenet_templates.py
- model.py
- model_vpt.py
- simple_tokenizer.py
- __init__.py
- misc.py
- __init__.py
- cat_seg_model.py
- config.py
- test_time_augmentation.py
- config.yaml
- vitb_384.yaml
- vitl_336.yaml
- ade150.json
- ade847.json
- coco.json
- pascalcontext_val.txt
- pc459.json
- pc59.json
- prepare_ade20k_150.py
- prepare_ade20k_full.py
- prepare_coco_stuff.py
- prepare_pascal_context_459.py
- prepare_pascal_context_59.py
- prepare_voc.py
- README.md
- voc20.json
- voc20b.json
- demo.py
- demo_visual_gt.py
- predictor.py
- visualizer.py
- eval.sh
- INSTALL.md
- LICENSE
- plain_train_net.py
- README.md
- requirements.txt
- run.sh
- train_net.py
# Installation Guide
1. Get the code
git clone https://github.com/cvlab-kaist/CAT-Seg
Downloads the entire project code from GitHub to your computer.
cd CAT-Seg
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
