squeezeDet icon indicating copy to clipboard operation
squeezeDet copied to clipboard

Very low mAP

Open aswwqhome1993 opened this issue 7 years ago • 9 comments

I did the evaluation on val set (3741 images) according to your guidance with the squeezeDet model (model.ckpt-87000). However, i got very low mAP: Average precisions: car_easy: 0.144 car_medium: 0.122 car_hard: 0.120 pedestrian_easy: 0.299 pedestrian_medium: 0.275 pedestrian_hard: 0.251 cyclist_easy: 0.272 cyclist_medium: 0.200 cyclist_hard: 0.205 Mean average precision: 0.210 I do not suspect the result presented on the paper. There must be something wrong in my experiment. Can you figure it out and give me some help?

aswwqhome1993 avatar Jun 18 '17 16:06 aswwqhome1993

@aswwqhome1993 If you could provide more details, it would be helpful.

  • Did you re-train the model? If so, how many iterations did you train? Did you make any modifications to the model?
  • If you used pretrained model, which one did you use?
  • How did you split the train-val set?
  • ...

BichenWuUCB avatar Jun 20 '17 17:06 BichenWuUCB

I just use the pretrained model you proposed (model.ckpt-87000) and do not re-train the model. I also use random_split_train_val.py to split the train-val set.

aswwqhome1993 avatar Jun 21 '17 02:06 aswwqhome1993

I can confirm these low results with the provided squeezeDet model. The squeezeDet+ model achieves a 0.821 mean average precision, but the squeezeDet model under performs. Perhaps an incorrect model was uploaded?

mbuckler avatar Dec 06 '17 04:12 mbuckler

Seems that the model is somehow broken. I will train a new model and update it in next few days. Thanks.

BichenWuUCB avatar Dec 06 '17 05:12 BichenWuUCB

@BichenWuUCB ,@aswwqhome1993, is this issue solved ?

PythonImageDeveloper avatar Mar 03 '18 20:03 PythonImageDeveloper

@BichenWuUCB Hi, I also have similar question. Instead training on KITTI or VOC, I train it in my own dataset which have VOC structure. The loss decrease in the first 1000 step but then go flatten. I stop the training at step 7000 and test the model. All the result boxes have very low confidence, and they all lay at the corner of the images. Not sure why it will happen, would you give any suggestions about it?

HoracceFeng avatar Mar 23 '18 06:03 HoracceFeng

@HoracceFeng Hi Feng! I'm now just doing the same thing as you did, apply squeezedet to VOC or VOC-like database. I made some changes to the codes and met exactly the same problems as yours -- loss fixed after hundreds of steps, very low confidence when running eval.py. So have you figured out how to solve those problems?

alan20062006 avatar Jun 26 '18 14:06 alan20062006

Sorry, can’t help in this issue. I cannot solve the problem, so then I try some other network...

Sent from my iPhone

On Jun 26, 2018, at 22:38, alan20062006 <[email protected]mailto:[email protected]> wrote:

@HoracceFenghttps://github.com/HoracceFeng Hi Feng! I'm now just doing the same thing as you did, apply squeezedet to VOC or VOC-like database. I made some changes to the codes and met exactly the same problems as yours -- loss fixed after hundreds of steps, very low confidence when running eval.py. So have you figured out how to solve those problems?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/BichenWuUCB/squeezeDet/issues/61#issuecomment-400333089, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AT2_6Wf37TK2yD33YR0UuIbdRqgOHOM-ks5uAkdogaJpZM4N9ipQ.

HoracceFeng avatar Jun 26 '18 15:06 HoracceFeng

@HoracceFeng The thing is, if you are using your own customized dataset, you need to modify and set those anchors based on the distribution of your own dataset. Also, don't forget to recompile the make file in the src/dataset/kitti-eval. I did that and it works.

acmaheri avatar May 08 '19 14:05 acmaheri