Closed yangia closed 5 years ago
solved. a tiny mistake. background was ignored in num_classes
.
hi @yangia how did you use vistas ? did you convert it to coco? was it enough just to create coco json format files
@yangia Would you share the performance trained on Mapillary vistas dataset?
I tried to train the model on Mapillary vistas dataset. However, after days' effort, I still can't make it. Here is what I've done:
panoptic_2018.json
topanoptic_2018_stff.json
viainit_coco.py
with some minor changes.panoptic2semantic_segmentation.py
as it is done ininit_coco.sh
instances_2018_stff.json
frompanoptic_2018_stff.json
viapanoptic2detection_coco_format.py
with some changes. of course--things-only
is set.upsnet_resnet50_coco_4gpu.yaml
.panoptic_{train/val}2017.json
. The upsnet run smoothly.proposal_mask_target.py
as it is shown in the above image, I tried to filter some small instance regions (area < 25), but in vain. could anyone give some suggestions? thanks in advance.