I have the sem_seg_predictions.json which contains the segmentations for each image of the ZeroWasteAug test dataset. Here is an extract from the file:
Now I want to visualise the results, like plotting the predictions of some images to compare them with the GT images. But I am not sure how to do this because I do not know how to deal with this sem_seg_predictions.json? Do you have any code to do this task. I would really appreciate it.
Hi @dbash
after running the evaluation of the pre-trained deeplab ZeroWaste using the following code:
I have the
sem_seg_predictions.json
which contains the segmentations for each image of the ZeroWasteAug test dataset. Here is an extract from the file:Now I want to visualise the results, like plotting the predictions of some images to compare them with the GT images. But I am not sure how to do this because I do not know how to deal with this
sem_seg_predictions.json
? Do you have any code to do this task. I would really appreciate it.