gsig / actions-for-actions

Diagnostic tools and additional visualizations from "What Actions are Needed for Understanding Human Actions in Videos?" ICCV 2017
GNU General Public License v3.0
87 stars 12 forks source link

verb/object complexity #3

Open cwzat opened 6 years ago

cwzat commented 6 years ago

Could you tell me how to determine the complexity of a category? What is the method? Such as "run" is specific and "take" is confusable. Thank you !

gsig commented 6 years ago

Each activity in Charades consists of (noun,verb,proposition) where noun and proposition can be "None". Verb complexity is calculated by asking "How many activities (categories) in Charades have this same verb?" Take, for example, includes "take cup" "take dish" "take picture" etc, but run only includes "Running somewhere". That is, this is a measure of how many activities can be confused based on the verb. The verb complexity of an activity is the verb complexity of the verb in that activity.

Does that clarify it?

On Thu, Apr 12, 2018, 10:31 AM cwzat notifications@github.com wrote:

Could you tell me how to determine the complexity of a category? What is the method? Such as "run" is specific and "take" is confusable. Thank you !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gsig/actions-for-actions/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ADbmNVVTjGyUotIE8zmpjB47kyEkuortks5tn2VagaJpZM4TR57p .

cwzat commented 6 years ago

@gsig Thank you! Your explanation is very explicit!