-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why do I get negative MOTA? #3
Comments
Hi @SamGhK , |
Many thanks for your fast response. The running environment is as follow: Looking forward to hearing from you. Best regards |
Hi @SamGhK , |
Hello @ZwwWayne, Thanks for your support. Although I don't like conda, but I will follow the conda installation. I have other questions. how can I force the model to not use the LiDar module or force it to use only 2D images? I am trying to replace the VGG-Net with a Densnet for better 2D-BB estimation. Is it possible to do that?I have seen that the model is capable or different ResNets, so I had the Idea that it should be possible to replace the VGG Net. Thanks in advance. Looking forward to hearing from you. Best regards |
It is possible to do that. |
Hi @SamGhK , |
Hi @ZwwWayne , I have changed Now, in my original env (no conda) I am getting positive results, but still can't get your result. But I can't figure it out what is no functioning correctly. I would appreciate if you could give me a feedback/suggestion. Look forward to it. Best regards, |
|
Hi @ZwwWayne , many thanks for your feedback. You were right. it was because this line.
I removed the point from the beginning of the pretrain_models - path and it worked. Now, I get the same result like yours. I guess the problem was
. But then it got frustrating again because my training was interrupted because of the following error: Do you have any idea, what the problem could be, that interrupted the training @ 87200th iteration? I look forward to hearing from you. Best regards, |
|
and which steps are necessary to use LiDAR only? |
Keep |
but why do i have to set test_mode: 0 and not 1? |
Because when only using a single modality, the batch size dimension is always 1. |
okay thank you. And how do i have to change this line? I don't know what you mean by
|
|
You need to download all the data and unzip it from the KITTI Tracking Benchmark Download left color images of tracking data set (15 GB) and unzip it to 'image_02' folder |
Hello,
many thanks for your work and making your code public. Are my results correct? I have not change anything. I have cloned the repository, put the data under right folders and executed "pp_pv_40e_mul_C/eval.sh"
I look forward to hearing from you.
Best regards
==========================tracking evaluation summary===========================
Multiple Object Tracking Accuracy (MOTA) -0.044093
Multiple Object Tracking Precision (MOTP) 0.854040
Multiple Object Tracking Accuracy (MOTAL) 0.789259
Multiple Object Detection Accuracy (MODA) 0.789616
Multiple Object Detection Precision (MODP) 0.890653
Recall 0.891036
Precision 0.922639
F1 0.906562
False Alarm Rate 0.236567
Mostly Tracked 0.773148
Partly Tracked 0.203704
Mostly Lost 0.023148
True Positives 11342
Ignored True Positives 1616
False Positives 951
False Negatives 1387
Ignored False Negatives 1192
Missed Targets 1387
ID-switches 9265
Fragmentations 9295
Ground Truth Objects (Total) 13921
Ignored Ground Truth Objects 2808
Ground Truth Trajectories 240
Tracker Objects (Total) 13168
Ignored Tracker Objects 875
Tracker Trajectories 13130
The text was updated successfully, but these errors were encountered: