microsoft / RepPoints

Represent Visual Objects by Point Sets
MIT License
587 stars 75 forks source link

Example of get the RepPoints output? #1

Open QiaoranC opened 5 years ago

QiaoranC commented 5 years ago

Hi: I already trained reppoints_moment_r50_fpn_2x_mt in my dataset and get some results. But i am more curious how to get the reppoints as output, like example pictures in the paper, rather than just regular box output? or any clue where to modify in mmdetection? A inference example would be nice. Thanks.

jiangzhengkai commented 5 years ago

@QiaoranC For moment methods, the final box is obtained through variance between the reppoints and the learnable global parameters, you cannot directly get the results. Instead, you can use minmax methods