Code Monkey home page Code Monkey logo

bundler-archeos's Introduction

bundler-archeos's People

Contributors

rjanvier avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lucaarcteam

bundler-archeos's Issues

Scripts integration

Vanilla version of Bundler came with three scripts:

  • Scripts/ToSitt.sh: a shell script to extract SIFT points from images in a directory (depends on imagemagick for pcm convertion)
  • Scripts/extract_focal.pl: a perl script to extract exif data (depends on jhead)
  • RunBundler.sh: the main script to launch the entire workflow.

At this time (https://github.com/archeos/bundler-archeos/tree/debian/0.4-0archeos1), they are not included in the binary package.

The main reason is that the original pipeline required Lowe's SIFT implementation, simply because the matcher provided by bundler (KeySiftMatcher) only knows Lowe's output format. So, It does not make sense to integrate these scripts since SIFT is not free and can't be provided out-of-the box with Archeos. We can only provide VLfeat SIFT extractor (which have a different output format)
PPT provide a workaround for this issue, with some python glue code to make the conversion VLFeat-SIFT <-> Lowe's SIFT.
PPT also take rid of extract_focal using a camera database + EXIF tag reading by the PIL

But the package should also offer the complete pipeline for user who don't want to use ppt :

  • Provide these three scripts unchanged (and document necessity of using Lowe's sifft).
  • Provide this 3 scripts but also a updated version of SiftKeyMatcher fully compatible with VLFeat (and make bundlersfm package dependent of VLFeat package)
  • Provide a VLfeat-SIFT binary that output Lowe's format (and these 3 scripts)
  • Don't provide anything (actual situation) and hope that users will only rely on ppt/ppt-gui

What's your opinions ?

Documentation

Documentation imported by debhelper is a mess, mixing Pierre Moulon's instructions and ones from the creator.

  • We must choose carefully files that can be useful.
  • We can maybe work on a new documentation (manpages, markdown...)

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.