-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cool work. Which one is faster, FDSCS or RealtimeStereo on TX2. #2
Comments
@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 |
@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 see. DeepPruner Fast is a variant of DeepPruner. 😂 |
The work, FDSCS, also provides a low GPOS model, please see https://github.com/ayanc/fdscs, while your paper doesn't mention it.
The text was updated successfully, but these errors were encountered: