Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CAM-Seg: A Continuous-valued Embedding Approach for Semantic Image Generation
|
2 |
|
3 |
**Official PyTorch Implementation**
|
@@ -182,4 +192,4 @@ torchrun --nproc_per_node=4 train.py --resume 2025.05.09.02.27
|
|
182 |
## Acknowlegement
|
183 |
The code is developed on top following codework
|
184 |
1. [latent-diffusion](https://github.com/CompVis/latent-diffusion)
|
185 |
-
2. [mar](https://github.com/LTH14/mar)
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- precision
|
6 |
+
pipeline_tag: image-segmentation
|
7 |
+
tags:
|
8 |
+
- Trasnformer
|
9 |
+
- CAM
|
10 |
+
---
|
11 |
# CAM-Seg: A Continuous-valued Embedding Approach for Semantic Image Generation
|
12 |
|
13 |
**Official PyTorch Implementation**
|
|
|
192 |
## Acknowlegement
|
193 |
The code is developed on top following codework
|
194 |
1. [latent-diffusion](https://github.com/CompVis/latent-diffusion)
|
195 |
+
2. [mar](https://github.com/LTH14/mar)
|