Closed SCYF123 closed 10 months ago
You should modify the AP_b and AP_n by: AP_b = AP_b (num_b + num_n) / num_b AP_n = AP_n (num_b + num_n) / num_n That is because the CodaLab will always output the result divided by the number of summations of base and novel categories.
I understand, thank you for your response.
Originally posted by @haochenheheda in https://github.com/haochenheheda/LVVIS/issues/2#issuecomment-1705350846 Thank you for your work! I have encountered some problems in calculating the APn and APb of ytvis2019 and ytvis2021 datasets, I would like to ask you for help. According to your suggestion, I divided the predicted json file into two json files according to categories and uploaded them to the website respectively to get their respective AP results. However, my result has always been AP=APn+APb, I found that the result you gave was not such a relationship, and I would like to ask you how to calculate the final APn and APb.