-
Notifications
You must be signed in to change notification settings - Fork 19
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
(mx>kx) failed for hidden mx: regrid_smth:mx=0 #9
Comments
Ok, checking the code I see what you mean. This happens because the window size is greater that the coordinates of the sampling point. Conceptual explanation: If you remember, there are different configurations (galilean/keplerian focused plenoptic cameras, check Christoper Hahne's work for example for deeper explanation) so it may be that your setup is slightly different than mine and you get the patch size wrong. Checking what happens in the code
Now that the we know conceptually and in the code what we are doing, my guess would be: the disparity estimation is in a different scale (this would be easy to fix, as you can tune the parameter changing the proportion from the disparity value to the sampling pattern. If you change the I am sorry about this (a bit clunky), I think this was adapted for the R29 camera (as you see it's the default) and worked also for the R42, but I did not use too much other models, what model are you using? |
I find a error when i used render_view_3g.py
dfitpack.error: (mx>kx) failed for hidden mx: regrid_smth:mx=0
i find in it happened in render.py line 1461,when _x <win_size,the cropping of rgb_value gets result like (0,171,3).
The text was updated successfully, but these errors were encountered: