Andrei Bârsan
Andrei Bârsan
I think I root-caused the bug but fixing it is more involved since we need to ensure both sync and async implementations work, other bugs are not added, etc. The...
I experienced the same issue. I ended up solving by ensuring the left side ends with `/*` but I'm not sure whether this is the correct behavior long term.
RIP :(
@mashed-potatoes-create If you happen to just be interested in a modern stereo matching method, consider DeepPruner which does have sources available: https://github.com/uber-research/DeepPruner (Disclaimer: It was developed by the lab I'm...
Extra note to self: fewer hidden units and more depth makes more sense than many hidden units but few layers. Something like 5 x 256 is worth considering, and 5...