jponttuset / mcg

Multiscale Combinatorial Grouping - Object Proposals and Segmentation
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/
Other
305 stars 139 forks source link

Use this code to group proposals #9

Closed Tord-Zhang closed 6 years ago

Tord-Zhang commented 6 years ago

How can I use this code to group my own generated proposals? Which script should I use?

jponttuset commented 6 years ago

Could you please be more specific in your question?

Tord-Zhang commented 6 years ago

@jponttuset Thank you for your responce. sorry, I don't express clearly. I am doing research about action detection in videos, which is similar to object detection. In action detection task, the proposal list is in the following form: 12 36 0.58 38 128 0.99 210 880 0.85

the first two integer is the starting frame and end frame respectively and the third number is confidence score. How can I input such a proposal list to MCG and group those proposals?

Tord-Zhang commented 6 years ago

?

jponttuset commented 6 years ago

I don't see how MCG can help in this case, sorry.