Git Product home page Git Product logo

pytorch-hitnet-hierarchical-iterative-tile-refinement-network-for-real-time-stereo-matching's People

Contributors

mjitg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pytorch-hitnet-hierarchical-iterative-tile-refinement-network-for-real-time-stereo-matching's Issues

Pretrained models

Thanks a lot for your work! Are the trained models available and can you show the quantitative results to compare your implementation with the original one? Thanks ahead!

request for video demonstration of paper

Hello Mjitg, I see that you have implemented the code according to the paper by making different submodules, but because we don't have any video demonstration of how the architecture is working we are unable to understand it, so it would be great if you could upload a video demonstrating the algorithm, it need not cover all the part, could just explain the model and loss function, that will be more than enough.

Thank you

Akanksh

Cuda error: device-side assert triggered

When it runs training, it always shown this error after some iterations:

/opt/conda/conda-bld/pytorch_1565287025495/work/aten/src/THC/THCTensorScatterGather.cu:100: void THCudaTensor_gatherKernel(TensorInfo<Real, IndexType>, TensorInfo<Real, IndexType>, TensorInfo<long, IndexType>, int, IndexType) [with IndexType = unsigned int, Real = float, Dims = -1]: block: [0,0,0], thread: [6,0,0] Assertion indexValue >= 0 && indexValue < src.sizes[dim] failed.
Traceback (most recent call last):
File "/home/workspace/HITNet/PyTorch-HITNet/main.py", line 297, in
train()
File "/home/workspace/HITNet/PyTorch-HITNet/main.py", line 125, in train
loss, scalar_outputs, image_outputs = train_sample(sample, compute_metrics=do_summary)
File "/home/workspace/HITNet/PyTorch-HITNet/main.py", line 225, in train_sample
disp_gt, dx_gt, dy_gt, args.maxdisp)
File "/home/workspace/HITNet/PyTorch-HITNet/loss/total_loss.py", line 46, in global_loss
lambda_init * init_loss(cv, d_gt_pyramid[i], maxdisp)[mask]
File "/home/workspace/HITNet/PyTorch-HITNet/loss/initialization_loss.py", line 16, in init_loss
cost_nm = torch.gather(pred_init_cost, 1, get_non_match_disp(pred_init_cost, d_gt))
File "/home/workspace/HITNet/PyTorch-HITNet/loss/initialization_loss.py", line 50, in get_non_match_disp
INF = torch.Tensor([float("Inf")]).view(1, 1, 1, 1).repeat(B, D, H, W).to(d_gt.device)
RuntimeError: CUDA error: device-side assert triggered

Have you ever met this before? Or any ways to solve to this?

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!!!

"maxdisp" in initialization_loss.py

there's a "maxdisp" in "subpix_cost" function in "loss/initialization_loss.py", line 28 to be accurate. But it seems to be a bug? It hasn't been used as a hyperparameter, nor a passed temporal parameter.

I'm having trouble in inference

After Kitti trained the network, the model was much less effective in inference. But it's not an overfit. Because I'm using the test set to inference.and The dataload for test and inference is the same. Does anyone have a problem with that.

Data inconsistency

Hi.
There are 2 .pfm images not existing according to the slant data you provided:
it seems 000114_10.pfm & 000115_10.pfm are missing?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.