Giter Site home page Giter Site logo

bsvtools's Introduction

bsvtools - BUG Street View Tools

Tools for manipulating street view images taken w/ the "octocam".

Any tool will show options if run w/ --help flag.  i.e. ./composite.py --help



Tools Summary:


-- composite.py -
Creates a series of composite frames for viewing octocam mission results.
Example:
    ./composite.py -b ~/work/darpa/data/finaltest01/out/ -F FreeMonoBold.ttf -d ~/tmp/finalout01
The output can then be turned into a movie using ffmpeg:
ffmpeg -r 25 -i ~/tmp/finalout01/img_%05d.jpg -b 3600k officetest06.swf
NOTE: Requires the Python Image Library (included in most python installs)


-- sequence.py --
For generating a subset of images from the raw data.
Example:
    ./sequence.py -b ~/work/darpa/data/finaltest01/out/ -d ~/tmp/seqout01 -s 8486A360_2010_03_04-16:04:31.556.jpg -i 10

	
-- gen_web.py ---
Catalogs images, gps coords, and tagged events into a sqlite3 table.
Example:
    ./gen_web.py -b ~/work/darpa/data/finaltest01/out/ -G ~/work/darpa/data/finaltest01/LOCATION-LOG.2010-03-04@16:05:35.789.log -E ~/work/darpa/data/finaltest01/GPSTEST-TAGFILE.2010-03-04@16:10:32.784.log -q ~/tmp/images.sqlite3
	
	
-- run_web.py ----
Run's a mini website for viewing mission results.  Site shows a map, timeline, and images interface
Example:
    ./run_web.py -b ~/work/darpa/data/finaltest01/out/ -q ~/tmp/images.sqlite3
NOTE: Requires cherrypy (http server, best installed manually via "python setup.py install")


-- main.py --
Set some properties in the file and run.  This does things w/ defaults for the live test/demonstration.

bsvtools's People

Watchers

 avatar  avatar

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.