BESTIE
BESTIE copied to clipboard
Instance Segmentation Pseudo Labels Generation
Greetings,
I have read your "BESTIE" recently, and really surprised by its amazing results! So I cloned this repo and tried it. But I could not find the code to generate the pseudo labels for mask-rcnn. Could you please give us the pseudo labels generation code?
Sorry for the late reply.
You can simply generate pseudo labels.
Based on the validate function in the main.py, we can store the prediction results and save them to train the Mask R-CNN (https://github.com/clovaai/BESTIE/blob/eb3f6fcb278598471d59b22f06612df691fd1e7c/main.py#L294-L299).