Skip to content
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

Change to allow the use of a customed linemod version #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JimmyDaSilva
Copy link

WARNING! This PR shoudn't be merged now because this would need parallel modification on ecto_linemod.

@vrabaud I found a way to use different image sizes for linemod, kinectV2 sizes for me (512x424, 960x540, 1920x1080).

We need to not use getDefaultLINEMOD because T_DEFAULTS is usually {5,8} and QHD image size for example can't be divided by 8.
https://github.com/Itseez/opencv_contrib/blob/master/modules/rgbd/src/linemod.cpp#L1825-L1840

Also like @nlyubova said the configuration file for training needs to specify the renderer window size to be the one of the kinectV2 size.

I am suggesting here that we just add new params to the config file to allow the use of a "customed linemod"

Problem was discussed on #28

Let me know what you think about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant