princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

How to obtain the mAP info after running the test command #158

Open omtbreak opened 4 years ago

Glutton-zh commented 4 years ago

Have you solved the problem i use it on voc2007 and get loading parameters at iteration: 225000 building neural network... module_file: models.CenterNet-52 total parameters: 104797892 loading parameters... loading model from cache/nnet/CenterNet-52/CenterNet-52_225000.pkl locating kps: 0%| | 0/4952 [00:00<?, ?it/s]/home/zhanghan/anaconda3/envs/CornerNet_Lite/lib/python3.7/site-packages/torch/nn/modules/upsampling.py:129: UserWarning: nn.Upsample is deprecated. Use nn.functional.interpolate instead. warnings.warn("nn.{} is deprecated. Use nn.functional.interpolate instead.".format(self.name)) locating kps: 100%|█████████████████████████| 4952/4952 [13:40<00:00, 6.04it/s]

and that's all no map display

Glutton-zh commented 4 years ago

@omtbreak