Closed zeeshanalipanhwar closed 3 years ago
How many iterations did you train the model?
I have tried 9, and 90 iterations. Got the same results.
Getting empty coco_instances_results.json
.
@zeeshanalipanhwar We generally train the model for 90K iterations.
Right. I have another question. In coco_instances_results.json
, what would segmentation
be, a list of coordinates as in my train annotations.json
or a dictionary with keys counts
: list
and size
: list[h, w]? Thank you.
Because when I use Detectron2's MaskRCNN on the same data, I am not getting no results. I get bboxes right. But, segmentation
values are dictionaries with keys counts
: string
(expected list
according to this format) and size
: list[h, w]
. Could I then get the same issue with CondInst when I get some results.
Notice in the log that I am getting loss values for training as well as inference. But no predictions.
Resolved. I might have modified code somewhere such that it might have raised any exception or something. IDK. One other possible reason could be that I had some unexpected samples, ie there were instances, chunks of them in the patches, with only one or two pixels.
Hi, I also met this problem. Could you please give me some suggestions?
have you resolved this @Dandelionym ?
Hi, I also met this problem. Could you please give me some suggestions?
Hi,
I am using CondInst for Multi-class Instance Segmentation for a custom dataset.
Here is what the the log for training looks like from the bottom.