PyTorch-HITNet-Hierarchical-Iterative-Tile-Refinement-Network-for-Real-time-Stereo-Matching
                                
                                 PyTorch-HITNet-Hierarchical-Iterative-Tile-Refinement-Network-for-Real-time-Stereo-Matching copied to clipboard
                                
                                    PyTorch-HITNet-Hierarchical-Iterative-Tile-Refinement-Network-for-Real-time-Stereo-Matching copied to clipboard
                            
                            
                            
                        how to generate Slant parameter GT
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!!!
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. :)
This is really great, Looking forward to your latest version~
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