JiaRenChang / RealtimeStereo

Attention-Aware Feature Aggregation for Real-time Stereo Matching on Edge Devices (ACCV, 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

leejiajun opened this issue · 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 were you able to train this ?

@Abhishekvats1997 You mean FDSCS? Yes, I was.

@leejiajun I meant RealtimeStereo the current repo

@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 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 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 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
I couldn't search any paper's title called DeepPruner Fast. As far as I know, FDSCS is faster than DeepPruner.

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