Git Product home page Git Product logo

Comments (3)

TadasBaltrusaitis avatar TadasBaltrusaitis commented on June 21, 2024

Hi Chin-Lin,

It was indeed a bug, it couldn't find one of the model files. It should be fixed now, just redo the cmake step and the build.

Let me know if it works now.

Thanks,
Tadas

from clm-framework.

Chun-Lin avatar Chun-Lin commented on June 21, 2024

yes, it works!! Thank you so much!!

But I've found something wrong when I tried to run SimpleCLMImg.
I typed ./bin/SimpleCLMImg -fdir "./videos/" -ofdir "./demo_img/" -oidir "./demo_img/" -clmwild
then it showed the error messages:

OpenCV Error: Unspecified error (could not find a writer for the specified extension) in imwrite_, file /home/gary/Documents/opencv-3.0.0-beta/modules/imgcodecs/src/loadsave.cpp, line 353
terminate called after throwing an instance of 'cv::Exception'
what(): /home/gary/Documents/opencv-3.0.0-beta/modules/imgcodecs/src/loadsave.cpp:353: error: (-2) could not find a writer for the specified extension in function imwrite_

I think there are something wrong with image writer or maybe some libraries that I've not installed, but I'm sure that I've install OpenCV correctly@@

Thank you,
Chun-Lin

from clm-framework.

TadasBaltrusaitis avatar TadasBaltrusaitis commented on June 21, 2024

Hi,

I just attempted to run that piece of code and it runs fine my end.

It is attempting to write the images as .jpg, you can probably try changing that to .png in the code and seeing if it makes a difference. Alternatively, try no including the -oidir flag to see if the problem is only in the image writing part.

Thanks,
Tadas

from clm-framework.

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.