XiaohangZhan / deocclusion

Code for our CVPR 2020 work.
Apache License 2.0
794 stars 104 forks source link

Prediction of amodal mask for own labeled dataset #48

Closed zhangyufeng1998 closed 2 years ago

zhangyufeng1998 commented 2 years ago

hi,thanks for youe work! I labeled the image with the labeling tool as shown image Why does it produce a modal mask and an amodal mask that are almost identical? Why does it produce 3 boxes?

image

kkllww commented 2 years ago

Hello, can you download the released model.

jiunyen-ching commented 2 years ago

Hi @zhangyufeng1998, in your annotation screenshot, we can see that you indeed labelled the segments of two leaves correctly. image

However, in the visualization step, we can see that there are INPUT 3 modal masks (highlighted by 3 different colors) image

This means that you need to modify the code that reads your annotations to load the masks correctly before you run de-occlusion. Verify that the modal masks are being visualized as how you would expect the masks to be.

zhangyufeng1998 commented 2 years ago

ok i have got it now,i open the evaluation issue ,can you help me ? It is the issues 50th

wmrenr commented 2 years ago

Hello, can you download the released model. Yes, I can download with vpn tool.

fserk729 commented 6 months ago

hello @zhangyufeng1998

how did you make your own dataset for this?