Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Not Getting all classes #25

Open
pgupta119 opened this issue Oct 9, 2022 · 1 comment
Open

Not Getting all classes #25

pgupta119 opened this issue Oct 9, 2022 · 1 comment

Comments

@pgupta119
Copy link

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
Copy link
Owner

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants