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

2 problem about 'projection' solution #6

Open
jeremywrightkim opened this issue Mar 31, 2017 · 1 comment
Open

2 problem about 'projection' solution #6

jeremywrightkim opened this issue Mar 31, 2017 · 1 comment

Comments

@jeremywrightkim
Copy link

jeremywrightkim commented Mar 31, 2017

  1. memory leaks
    I think you should add mxDestroyArray(pMxArray) in save_matlab_file() function.
    Is it right?? I don't know pMxArray effect.
    because I have not read all the code yet.

  2. DB load error
    When I run 'projection' solution using MSRA dataset downloaded from your dropbox,
    application stopped at loading image: P1/4/0 on command prompt.
    It stopped at following source code.
    OBB_proj[k][j*OUT_SZ*cur_image_num + i*cur_image_num + cur_image] = proj_im_OBB[k].at<float>(i, j);
    Probably because loadCurrentSubject() is not renewed.

Can you check it these problems?

  1. And...how to visualize result image?? as your paper.
    image
@jeremywrightkim jeremywrightkim changed the title maybe you have 2 problem about 'projection' solution 2 problem about 'projection' solution Apr 1, 2017
@MyStyleee
Copy link

In your second problem, have you solved yet? I dont know how to solve this problem, wish you can help me. Thank you .

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

No branches or pull requests

2 participants