-
are you sure that
`Learning to Fuse Things and Stuff ` and `An End-to-End Network for Panoptic Segmentation` are accepted by CVPR2019?
-
Hi, after I read the code and the paper carefully. I still have three questions to confuse me, would anybody please so kind to guide me?
1. I think Coco stuff is just that the 92 categories of stuff…
-
Thanks for your great work!
I had trained the model with COCO train2017&val2017, and pulled the latest code, but when I trying to test COCO dataset (train2014) with setting the vis_mask=True, I still…
-
No matter I run training or testing script, the metrics all I see are AP or AR. Wondering if we should we calculate PQ values ourselves. Or there is anything I missed? Thanks.
-
## ❓ Questions and Help
Currently I am trying to install maskrcnn-benchmark on my space in a server where I want to do some tests. I was able to compile the repo on my machine using the CPU and eve…
-
Hi
Given a trained mask-rcnn model, I want to geneate an instance label map at inference time, which encodes each instance with an unique label (background with label 0). It is not trivial as some…
-
When running the script with the following arguments:
> --input_json_file "panoptic_train2017.json"
> --segmentations_folder "stuff_train2017_pixelmaps"
> --output_json_file "my_folder"
> --cate…
-
## ❓ Questions and Help
Hi. Assume that I have two classes. For the class A, I will need to output its mask. But for class B, I only need its bbox. Is it possible to do that? How should I configure t…
-
Hi, thanks for the work!
I have some questions about the "instance_data.py":
the line:
`pan = pan_format[:,:,0] + 256 * pan_format[:,:,1] + 256*256*pan_format[:,:,2]`
Could you give some details a…
-
As the title implied