-
@w1oves
Thanks for sharing your code, I was wondering which part of the code I should modify if I want to train my own data set? Because your code is complicated, I am not sure if it is ok to modify…
-
### Describe the question you meet
\[I want to migrate mgd from mmdet to mmseg ,I mitate the cwd but have almost no effect after migration\]
### Post related information
1. The output of `pip…
-
According to the code, it gives the combination method of predictions of instance and semantic segmentation as the paper -- Panoptic Segmentation.
However, how do you generate the ground truth pa…
-
Hi, Thanks so much for releasing the code! Unfortunately, the code seems untested, as there are many typo's which raise runtime errors (e.g. `uitls` and `datset` throw exceptions). Could you provide i…
-
File "C:\Users\sanjaypranav\.conda\envs\mmdet\lib\site-packages\mmcv\fileio\file_client.py", line 535, in get
with open(filepath, 'rb') as f:
PermissionError: [Errno 13] Permission denied: 'da…
-
Hello!Thanks for your code.i trained on cityscapes for epoch=300,but the best model is when epoch210 ,miou is 50.00%.The question is, is it because the size of the data set I use is the original size …
-
Hi,
Is there any reason why the resolution of cityscapes is 1344, 576 instead of 1024, 512 while testing?
Thanks a lot in advance. I'm looking forward to your reply.
jh-yi updated
3 years ago
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
**Describe the bug**
i have images data and also ha…
-
The warmup pretrained model was supposed to be 43.3 mIoU, but when I test on cityscapes valid dataset, I've got a really lower one.I'm using the runningSocre class in your Repo and my metric function …
-
Hi, I read this code. And I have downloaded the leftImg8bit_trainvaltest.zip from cityscapes' website. Then I run generate_vivid_imges_256full.m and get the corresponding vivid output. My question is…