-
Hi
Thanks for the great work and sharing code. I tried to use " python tools/convert_cityscapes.py" but getting error "ModuleNotFoundError: No module named 'pycococreatortools'". I installed python a…
-
Thanks for sharing the codes!
Could you please show more results on the task SYNTHIA to Cityscapes, such as M(2)0F(2) M(2)1F(2)
Thanks a lot.
-
Using maskformer2_R50_bs16_90k.yaml config, I got mIoU 76.2628 for semantic seg, AP 33.7673 for instance seg and PQ 59.9523 for panoptic seg. Does the results for Cityscapes have large variance? Do I …
-
https://github.com/zh320/realtime-semantic-segmentation-pytorch?tab=readme-ov-file#full-resolution-on-cityscapes
这张表中,看到了DDRNET的FPS数有明显异常 233FPS,别的模型参数量比它小很多的也没有它快。
我找了官方的测试结果图
![image](https://g…
-
Hello
I have a problem with cityscapes evaluation
I have downloaded cityscapes dataset and prepare it with this:
pip install cityscapesscripts
python tools/convert_datasets/cityscapes.py ./data/…
-
@hfslyc
Thanks for your great work. Did you implement the code to reproduce the experiments in Cityscape dataset in the paper? Thanks!
-
### Question:
I use the Cityscapes dataset for testing target detection. Using the same training strategy (1 gpu) and dataset, the models are FasterRCNN, FCOS.
The FasterRCNN replication results ar…
-
You use the resolution of 769 * 769 when training cityscapes but use 1025 * 2049 when validation。
If there be a gap between the two results
-
I am using cityscapes_panoptic_converter.py with test images. i only change the original_format_folder to the test images but I am getting blank black images. it works fine for train and val. how to f…
-
hi, thanks for this job. May I ask when will release the cityscapes instance segmentation codes?