-
**Feature type?**
- [ x ] Algorithm request (Requesting a new algorithm to be added/implemented in nyuntam)
- [ ] Integration request (An integration with other libraries and frameworks to increase …
-
按照cityspace的数据集生成的标签,8个类别 mask是给0-8。
但是在计算损失的时候会报错,请大佬解疑答惑,谢谢大佬,报错信息在下面了。
11/23 08:21:33 - mmengine - INFO - Iter(train) [ 50/120000] lr: 9.9963e-03 eta: 1 day, 1:05:13 time: 0.7358 data_ti…
-
Hi,
great project.
Do you have any plans for adding DDRNet support to mmsegmentation?
-
11/12 04:39:27 - mmengine - INFO - Exp name: beit-base_upernet_8xb2-160k_parcel20k-640x640_20241111_235427
11/12 04:39:27 - mmengine - INFO - Iter(train) [ 2000/20000] base_lr: 2.9906e-05 lr: 7.6016…
-
Hello.
Thanks for sharing the code for mmsegmentation+DINOv2.
BTW, **could you give the config file for ade20k dataset?**
I've tried changing some part of the config file for cityscapes you provide…
-
When I run `runner.train()` in `demo/MMSegmentation_Tutorial.ipynb`, this will happen:
```
09/24 13:50:28 - mmengine - WARNING - The prefix is not set in metric class IoUMetric.
09/24 13:50:28 - mm…
-
I tried to create a .engine file form my mmsegemetation pytorch model with the following script:
```
import sys
sys.path.insert(0,'/workspace/torch2trt')
sys.path.insert(1,'/workspace/mmsegmenta…
-
Thank you for your excellent work! I noticed that all the images from your Google Drive may be damaged, as they appear as black images on my end. Could you please take a look at the dataset? Thank you…
-
Hi thank you for sharing your wonderful work, Can you guide us what are the number of classes? I am using segmentation so how would we use it without names of the classes.
-
Thank you so much for this research. I've wondered for a long time whether weight decay was leading to suboptimal results when fine-tuning transformers.
I work on fine-tuning vision transformers, m…