liuzhengzhe / One-Thing-One-Click

https://arxiv.org/abs/2104.02246 One Thing One Click (CVPR 2021) https://arxiv.org/abs/2303.14727 One Thing One Click++ (Arxiv)
54 stars 8 forks source link

features and predictions of relation net #12

Open Colin97 opened 3 years ago

Colin97 commented 3 years ago

https://github.com/liuzhengzhe/One-Thing-One-Click/blob/6b452493727e8fe813c85a97e6e1876767c4c053/relation/model/pointgroup/pointgroup.py#L396

When generating features and predictions of relation net, we only evaluate for those labeled points (in "groups") instead of all points? Did i understand it wrong?

liuzhengzhe commented 3 years ago

Thanks very much. You are right. I have just fixed it.