BESTIE icon indicating copy to clipboard operation
BESTIE copied to clipboard

Instance Segmentation Pseudo Labels Generation

Open Unrealluver opened this issue 3 years ago • 1 comments

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?

Unrealluver avatar Nov 26 '22 17:11 Unrealluver

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).

qjadud1994 avatar Jan 25 '23 06:01 qjadud1994