lzx1413 / LabelImgTool

LabelImgTool is a graphical image annotation tool which supports CLS,DET and SEG(semantic&instance )
MIT License
208 stars 73 forks source link

Does this tool support keypoint detection? #4

Open lyycfairy opened 6 years ago

lyycfairy commented 6 years ago

as an example, just like this: 20160602111253613

if not,then how should I develop that based on your code? as an newer of QT, could you give me some suggestions? thinks !

lzx1413 commented 6 years ago

Not yet. In fact, the canvas.py is the core file in this rep to do interaction, you can set a list of points to be labeled in order, then get the position of each point by adding some code in the canvas.py. Some task manage code also needs to be added to the labelImg.py, PRs are welcome!

lyycfairy commented 6 years ago

ok,thanks for your reply