Skip to content
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

Reproduction of the result. #7

Open
IzhiSu opened this issue Sep 9, 2023 · 4 comments
Open

Reproduction of the result. #7

IzhiSu opened this issue Sep 9, 2023 · 4 comments

Comments

@IzhiSu
Copy link

IzhiSu commented Sep 9, 2023

Dear authors,

I am not able to reproduce the results reported in the paper using the given config at config/mbptrack_kitti_ped_cfg.yaml.

I wonder if the same config used for generating the results in the paper is provided. Or is there anything else we can take note of the reproduce the results?

Thanks!

@slothfulxtx
Copy link
Owner

Hi,
I've uploaded all my code and checkpoints on github, thus it should be easy to reproduce our results. I've just tested my code and checkpoint on our server

python main.py configs/mbptrack_kitti_ped_cfg.yaml --phase test --resume_from pretrained/mbptrack_kitti_ped.ckpt

The results are listed below
image
Notably, this server is also occupied by my colleagues for other tasks, thus the runtime metric is not accurate.

@IzhiSu
Copy link
Author

IzhiSu commented Sep 14, 2023

Thanks for your reply! When I reproduced the category such as ’Pedestrian‘, the experimental results were 66.25/91.10. Could you please provide me with specific configurations to help me reproduce this result? Looking forward to your reply!

@slothfulxtx
Copy link
Owner

Actually, MBPTrack reuses previous prediction results when the tracked target is missing. If the prediction of MBPTrack is not accurate enough, it may lose targets for the following frames. (You can find some tracklets of extremely low quality in KITTI.) Thus the performance of MBPTrack is not very robust and has a minor fluctuation. I suggest you can train our model from scratch to reproduce the performance.

@ujaejoon
Copy link

@IzhiSu It was the same when I trained the model from scratch. I tested the weight of first best_epoch=~~~~.ckpt in the checkpoints folder and the test results on KITTI pedestrian were 66.192/91.008(Success/Precision).

image

@slothfulxtx Can you tell us how many GPUs you use for training and which checkpoint you used for testing?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants