wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
87 stars 12 forks source link

Not Getting all classes #25

Open pgupta119 opened 1 year ago

pgupta119 commented 1 year ago

Hi Team , I am using the honda dataset which has 12 classes : ["background", "intersection passing", "left turn", "right turn", "left lane change", "right lane change", "left lane branch", "right lane branch", "crosswalk passing", "railroad passing", "merge", "U-turn"]

When I am trained and getting results the mAP/AP table missing the last label (class):

background: nan intersection passing: nan left turn: na right turn: nan left lane change: nan right lane change: nan left lane branch: nan right lane branch: nan crosswalk passing: nan railroad passing: nan merge: nan

Why it doesn't show the U-turn class

wangxiang1230 commented 1 year ago

Hi Team , I am using the honda dataset which has 12 classes : ["background", "intersection passing", "left turn", "right turn", "left lane change", "right lane change", "left lane branch", "right lane branch", "crosswalk passing", "railroad passing", "merge", "U-turn"]

When I am trained and getting results the mAP/AP table missing the last label (class):

background: nan intersection passing: nan left turn: na right turn: nan left lane change: nan right lane change: nan left lane branch: nan right lane branch: nan crosswalk passing: nan railroad passing: nan merge: nan

Why it doesn't show the U-turn class

Hi, it seems to be a problem with your test process, the background class should not be included in the accuracy calculation, you can refer to our test log file.