cfzd / MonoGround

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to reproduce the result on RTX 3090 machine ?

kaixinbear opened this issue · comments

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.

commented

@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.