-
Hallo,
i want to use the synthesis netzwork to generate the realistic images of dataset Cityscapes using semantic map. but the pretrained weight of the synthesis module didn't match.
hier is the…
-
Hi, I met a package bug when trying to evaluate the method by 'python train.py --evaluate --snapshot checkpoints/best_cityscapes_checkpoint.pth'
The bug is :
Traceback (most recent call last):
…
Ximoi updated
4 years ago
-
Thanks for great sources.
I want to try to implement this with my own dataset, so I'd like to ask you guys which settings or configuration I should change.
What I am thinking of are, config file a…
-
I am trying to reproduce the results for the cityscapes dataset. I am now at the joint training and in the paper says the crop size was 1396x1396 px (half image + label margin)(batch size =1). Surpris…
-
Hi!, I am only able to get mean IoU: 70.446% for BiSeNet, when R18 is used as a backbone. I have trained BiSeNet on CityScape leftImg8bit folder (used gtFine folder for GT's) with train input image di…
-
### Model description
The computational cost and memory requirement render many computer vision models unsuitable on the mobile device, especially for the high-resolution per-pixel semantic segmentat…
-
**Error traceback**
```none
Traceback (most recent call last):
File "", line 1, in
File "/home/zhanghong/anaconda3/envs/openmmlab/lib/python3.7/multiprocessing/spawn.py", line 105, in s…
-
我使用cityscapes数据集训练,PR值都还好,但是看了一下results文件夹下产生的pre_img发现语义分割都画乱了,之后我自己又下载了一下你的模型,看一下图片检测结果,发现也不行。我不知道是我根据网络输出结果把语义分割画到原图的过程错误还是有忽略其他什么问题,希望您可以给一个将神经网络结果画回原图的示例代码。谢谢!
"
import cv2
import numpy as…
-
### Music to play on website-load
**the website already has a visually cinematic look, so I want to help create a mood**
* [YouTube](https://www.youtube.com/watch?v=nj_7hnHXoME&ab_channel=SpaceWave-…
-
First of all, I appreciate your amazing work.
The model inference time via Tensor-RT is much faster than the torch in your research paper.
I wonder if you evaluated models via both torch and Tenso…