RealtimeStereo icon indicating copy to clipboard operation
RealtimeStereo copied to clipboard

Cool work. Which one is faster, FDSCS or RealtimeStereo on TX2.

Open leejiajun opened this issue 3 years ago • 9 comments

The work, FDSCS, also provides a low GPOS model, please see https://github.com/ayanc/fdscs, while your paper doesn't mention it.

leejiajun avatar Jan 08 '21 08:01 leejiajun

@leejiajun were you able to train this ?

Abhishekvats1997 avatar Apr 09 '21 15:04 Abhishekvats1997

@Abhishekvats1997 You mean FDSCS? Yes, I was.

leejiajun avatar Apr 13 '21 07:04 leejiajun

@leejiajun I meant RealtimeStereo the current repo

Abhishekvats1997 avatar Apr 13 '21 07:04 Abhishekvats1997

@Abhishekvats1997 Seems the run.sh uses the previous architecture. The architecture--stackhourglass--is not able to run, so I guess you need to change the architecture to RTStereoNet.

leejiajun avatar Apr 14 '21 03:04 leejiajun

@leejiajun yup just saw that Also if i may ask, were you able to find any work which is strikes a good balance between accuracy and speed ? I am looking to deploy stereo based models on Nvidia Jetson. So far my best hope is AnyNet.

Abhishekvats1997 avatar Apr 14 '21 03:04 Abhishekvats1997

@Abhishekvats1997 I deployed FDSCS on a NPU. I think RTStereoNet and AnyNet are both good choices. Also, according to the paper of RTStereoNet, this net has lower FLOPs and lower PC error than AnyNet. If you desire accelerating further on Jetson, I guess you would like to quantize these models.

leejiajun avatar Apr 14 '21 06:04 leejiajun

@leejiajun i tried this one against the AnyNet on real world samples that i collected. AnyNet seems to perform much better. Did you have a look at DeepPruner Fast ? It has amazing results even better than PSM Net and much faster.

Abhishekvats1997 avatar Apr 14 '21 06:04 Abhishekvats1997

@Abhishekvats1997 I couldn't search any paper's title called DeepPruner Fast. As far as I know, FDSCS is faster than DeepPruner.

leejiajun avatar Apr 20 '21 04:04 leejiajun

I see. DeepPruner Fast is a variant of DeepPruner. 😂

leejiajun avatar Apr 20 '21 07:04 leejiajun