Closed buaacyw closed 2 years ago
I don't have exact number but it is slower as we need to run a 2d model on top of 6 camera images. So the runtime is like 6 CenterNet + 1 CenterPoint + 5~10ms for virtual point generation.
Thanks!
@tianweiy The CenterNet is very slow.
Well, it depends(on your definition of slow). It is 40fps(for one image) in our setup and different image could be pipelined in real deployment.
How can you achieve 40fps??? So amazing.
We use Titan rtx / latest pytorch+cuda. Isn't this the standard speed for centernet2(with dla model)?
OK! Thank you, I will have a try. Making the total model real-time is so hard especially on Xavier.
Well, I suggest using lidar only model on Xavier then. Any camera will be too slow..
OK!
I'm curious about the FPS of MVP. Is it much slower than pure centerpoint?