VOSM

  1. VOSM (Vision Open Statistical Models, C++)

    • Where to download?

    • Documentation

    • Implementations

      Current VOSM implements all popular ASMs/AAMs, and one new fitting methods (namely, 2D profile ASM) both for static images and dynamic image sequences, including:

      • 1D profile ASM
      • 2D profile ASM
      • Direct Local texture contrained (LTC) ASM
      • Basic AAM
      • ICIA(Inverse compositional image alignment) AAM
      • IAIA(Inverse additive image alignment) AAM
    • Dependent Libraries

    • Usage

      1. First of all, in order to use VOSM, you need to find and download respective ShapeInfo.txt files summarized in the table at 2D Statistical Models.
      2. In order to correctly run test_smfitting, you need to
        • Either define in preprocessor POSIX or WIN32 due to different OSs.
        • Or add #define POSIX or #define WIN32 in file smfitting.cpp .
      3. How to use VOSM to train a face model and fit an untrained face using the trained face model? Learn to use two commands test_smbuilding and test_smfitting. Two examples are given as:
        • test_smbuilding 
          -a “../Databases/face/2D/EMOUNT/annotations/training” 
          -i “../Databases/face/2D/EMOUNT/images/training” 
          -s “../Databases/face/2D/EMOUNT/annotations/training/ShapeInfo.txt” 
          -d “EMOUNT” 
          -c 1 
          -t “SMNDProfile”
        • test_smfitting 
          -o “../Databases/face/2D/JIAPEI/traineddata/33Frontal/BGR” 
          -t “ASM_PROFILEND” 
          -i “../Databases/face/2D/JIAPEI/images/testing” 
          -a “../Databases/face/2D/JIAPEI/annotations/testing” 
          -d “JIAPEI” 
          -s “true” 
          -r “true”

      More details about these two commands can be found by respective help commands.

  2. AAM Building

    • – AAMBuildingGUI-Toronto.rar

      Active Appearance Model (AAM) Building GUI binary code.
      A wxWidget based GUI tool is provided to simplify the process of building an AAM model. Since this tool was roughly finished in Toronto, Canada, I call it a Toronto version.

    • – aambuilding-1.0.zip

      Active Appearance Model (AAM) Building Source Code.
      aambuilding-1.0 is a stable version of AAM Building, which has been tested with Boost 1.36 and OpenCV-cvs, both in Windows Vista and Ubuntu 8.04. 

In Archive

Printed from: http://visionopen.com/downloads/open-source-software/vosm/

Scan to visit this page:

Welcome

Log in

Lost your password?

Register For This Site

Join

Join the forum!