princeton-vl / pose-ae-train

Training code for "Associative Embedding: End-to-End Learning for Joint Detection and Grouping"
BSD 3-Clause "New" or "Revised" License
373 stars 76 forks source link

Do you have a segmentation part? #38

Open lingtengqiu opened 5 years ago

lingtengqiu commented 5 years ago

In the paper you said using NMS to get the identifiers for each object instance but I don't know how to identifiers! We calculate a histogram of the tags and perform non-maximumsuppression to determine a set of values to use as identifiers for each object instance.

VEGETALOADING commented 2 years ago

same question!