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

How to reproduce the result on RTX 3090 machine ? #1

Open
kaixinbear opened this issue Aug 11, 2022 · 2 comments
Open

How to reproduce the result on RTX 3090 machine ? #1

kaixinbear opened this issue Aug 11, 2022 · 2 comments

Comments

@kaixinbear
Copy link

Hello, cfzd !
I trained monoground on the kitti validation dataset and found that I can't reproduce the result on paper.
image
Since my lab doesn't have 2080Ti and RTX 3090 doesn't support cuda10, I use PyTorch version: 1.11.0+cu113, and rebuild DCNV2 based on https://github.com/lbin/DCNv2.
Others are keep the same with your config.What can I do to get the similar result as yours ?
Waiting for your reply.

@cfzd
Copy link
Owner

cfzd commented Aug 12, 2022

@kaixinbear
It is a very common problem that the results of mono 3D detection are not stable since it is composed of many individual tasks. It is also the same for our baseline SMOKE and MonoFlex.

The simple solution is that you can run it multiple times and record the best results.

@wenjie-yuan
Copy link

@cfzd @kaixinbear
My replication metrics are similar to yours, using 2 GPUs, 8 * 2 batches, 3090, torch1.9_cuda11.1, and the original ymal configuration file.
The result still lags behind the paper. Is there anything that needs to be modified in the configuration parameters?
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