aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 646 forks source link

CondInst CondInst_MS_R_50_1x performance #311

Open guangdongliang opened 3 years ago

guangdongliang commented 3 years ago

Thank your for the good work! I use the docker file to train "CondInst_MS_R_50_1x" and change the wight from "detectron2://ImageNetPretrained/MSRA/R-50.pkl" to local R-50.pkl(downloaded from https://dl.fbaipublicfiles.com/detectron2/ImageNetPretrained/MSRA/R-50.pkl), the performance is as below which has margin between yours.

Task: bbox AP,AP50,AP75,APs,APm,APl 39.5831,58.5417,42.8400,23.9062,42.9133,50.3008 Task: segm AP,AP50,AP75,APs,APm,APl 35.4379,56.0224,37.7239,16.8329,38.7068,50.6892

tianzhi0549 commented 3 years ago

@guangdongliang What are the margins?

guangdongliang commented 3 years ago

@guangdongliang What are the margins?

@tianzhi0549 The "box AP" and "mask AP" of yours is 39.7 and 35.7 which is bigger than mine(39.58 35.43)

tianzhi0549 commented 3 years ago

@guangdongliang it is normal if the results slightly fluctuate.

dyx2001 commented 2 years ago

@guangdongliang How do you change the wight from "detectron2://ImageNetPretrained/MSRA/R-50.pkl" to local R-50.pkl? I have downloaded local R-5-.pkl , but I can't find where to change it.