Giter VIP home page Giter VIP logo

Comments (27)

uricamic avatar uricamic commented on May 21, 2024

Hi @mohanrajmit,

all error which you have encountered should be solved by following the advice from the issue #46. If you have any problems or something in that thread is not clear, just ask.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

i have compiled by setting dlib shared library and build cpp examples are false. now am not getting any errors. two files are created fladmark.lib and clandmark.lib.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

am not able to get dll files and while compiling cpp examples am getting errors.
kindly help me to resolve the errors.

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Hi @mohanrajmit,

to get the .dll files you have to switch the BUILD_SHARED_LIBS to ON and compile again. I am sorry for this inconvenience, on Linux and Mac, this works more intuitively.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

now i had set BUILD_SHARED_LIBS to true. only clandmark.dll is created.
image

after that am getting following errors

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Hi @mohanrajmit,

I do not understand this, in previous message, you said that you got both flandmark.lib and clandmark.lib and now it seems that clandmark.lib is missing. Have you compiled it in Release mode with BUILD_SHARED_LIBS=OFF previously as well? I mean if it was generated once, it should still be there...

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

i regenerated the solution file by enabling BUILD_SHARED_LIBS true by using cmake. after compiling this solution lib files are not there.

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

What version of Visual Studio are you using?

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

visual studio 2012

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

That's weird. I was also using this version, and it was not removing the files in my case. Nevermind, please try to copy the generated .lib files somewhere else and then copy them back for the compilation of .dll files.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

i have one question, after enabling BUILD_SHARED_LIBS to true , i have click configure and then generate or directly i have to press generate.

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

I guess you have to configure first. Otherwise, it should generate the last valid configuration.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

thanks alot. now i copied and pasted it.
image
now i got both dll and lib

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Glad to hear that :) So, now everything works for you?

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

now am trying to compile the example file. am regenerating the solution file for example

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Ok

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

now i compiled example also. exe are created . where i can get cpdm.xml .

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

to run the static input and video input exe files

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Hi, all available models are here.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

am getting following error while static_input.exe file
image

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

that means that the path to haar_cascade is incorrect. It is supposed to be given only as a path containing the .xml file and it has to end by \. Sorry fo that, it is not written specifically.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

now its working fine. again thanks alot for patient answering all questions.

image

it looks like flandmark model.

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

The following model present in folder.
image
where i can get Joint Multi-view Facial Landmarks Detector and Coarse-to-fine (C2F-DPM) dense landmark set detector model.

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Hi,

no problem.

I should just warn you that this old flandmark_model.xml model file is not compatible with this static_input example. Since the example code uses new way of computing features, which is faster. I haven't released the compatible version for these 8 landmarks yet. This is also described in several threads here. So, please use e.g. cdpm.xml or jointmv_frontal.mv with this code example.

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

they are also available for download on the project webpage

from clandmark.

mohanrajmit avatar mohanrajmit commented on May 21, 2024

thanks for the whole support. now am able to use clandmark library.
image

from clandmark.

uricamic avatar uricamic commented on May 21, 2024

Glad to hear that :), you are welcome.

Final remark, the best results for this dense 68 landmark set are obtained by combining both C-DPM and F-DPM models, forming the C2F-DPM as described in our IMAVIS paper and available also in the code snippets on the project web page.

from clandmark.

Related Issues (20)

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.