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

CLM points not able to get #25

Open
gopi1989 opened this issue Feb 3, 2016 · 2 comments
Open

CLM points not able to get #25

gopi1989 opened this issue Feb 3, 2016 · 2 comments

Comments

@gopi1989
Copy link

gopi1989 commented Feb 3, 2016

Hi Tadas,

  1. I generated a dynamic linking library for Single CLM

  2. Wrote a Java Wrapper to communicate the Single CLM Library form my java file

  3. When i run my java file first time, I got the CLM points successfully.

  4. Then i run the same java file for second time , unable to get the CLM Points.

  5. I found the issue by put a log in SimpleCLM.cpp, Here is the Issue i run the same java file for second time i'm not getting the SUCCESS22 log.

    cout<<"SUCCESS11"<<endl;
    bool detection_success = CLMTracker::DetectLandmarksInVideo(grayscale_image, depth_image, clm_model, clm_parameters);
    cout<<"SUCCESS22"<<endl;

Instead of camera,I'm using single Image for my java file testing

Please help me to clear the issues

@TadasBaltrusaitis
Copy link
Owner

Are you running it on different images? Are the images from a video?

SimpleCLM is designed for face tracking in videos. For images you should be using SimpleCLMImg instead.

@gopi1989
Copy link
Author

gopi1989 commented Feb 4, 2016

Hi Tadas,

I tried both,frames from camera feed and different images . For both cases the issues are same .
FYI: I am using older version of your CLM Version

Thanks with Regards,
Gopi.R

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