PyTorch-HITNet-Hierarchical-Iterative-Tile-Refinement-Network-for-Real-time-Stereo-Matching icon indicating copy to clipboard operation
PyTorch-HITNet-Hierarchical-Iterative-Tile-Refinement-Network-for-Real-time-Stereo-Matching copied to clipboard

how to generate Slant parameter GT

Open aiforworlds opened this issue 4 years ago • 3 comments

Thanks for your work, This is a very perfect work, I want to used myself dataset for your code, but i want to konw how to generate Slant parameter GT, Can you share Detailed generation process, Thank you very much!!!

aiforworlds avatar Feb 25 '21 15:02 aiforworlds

For slant GT generation, I use at least square and RANSAC to fit the plane within each patch of disp GTs. Since it requires a lot of computation, I implement this in CUDA & C++ (where the pybind is also needed). I will upload the latest version of my project and the slant GT generation code these days. Stay tuned. :)

MJITG avatar Feb 26 '21 12:02 MJITG

This is really great, Looking forward to your latest version~

aiforworlds avatar Feb 27 '21 00:02 aiforworlds

This is really great, Looking forward to your latest version~

Excuse me, could you have gotten slant GTs?I have trouble in compiling the codes which MJITG uploaded

Xie-PC avatar Aug 23 '21 13:08 Xie-PC