CenterMask
CenterMask copied to clipboard
[CVPR 2020] CenterMask : Real-Time Anchor-Free Instance Segmentation

hello, I've trained centermask on my own dataset. used several versions of centermask_v configs (19,39,99). (all of them stalled at around loss = 0.65 .) I've executed centermask_demo on the...
Thanks for your work, Could you tell me where is the SAM-code in your project. :)
I appreciate the good work. I have gone through the code. I like to understand why ROI_BOX_HEAD module is not added. what are all the changes to be done if...
meet loss nan using centernet v 19 ese fpn lite res600 ms bs16 4x.yaml.How to solve? No problem using centermask_R_50_FPN_1x.yaml Why?
hi , useage instructions and test_net.py code are misleading: cfg.merge_from_file(args.config_file) cfg.merge_from_list(args.opts) cfg.freeze() in practice , code in maskrcnn_bechmark/utils/checkpoint.py , loads the last existing checkpoint if present: def load(self, f=None): **if...
hi, pressing ctrl+c during execution of tools/train_net.py does not kill all the spawned processes. ( this later leads to cuda out of memory error on the following re-executions of the...
Hi @youngwanLEE , Would you please help me how can I do finetuning on the existed models to get the mask of only one class (person) of coco dataset? I...
@youngwanLEE thanks for such a great work. I does not find the configuration file for the "centermask-lite-R-50-ms-bs32-1x.pth".Can you provide the configuration file for the "centermask-lite-R-50-ms-bs32-1x.pth".Thanks
Thanks for nice work , Can you guide how I can perform inference on the given input images using this code.