abitowhit / bvhSet

bvh windows application init.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bvhSet

bvh windows application for updating bvh file descriptions.

Overview

bvhSet is a simple windows application that allows you to rename your uncompressed bvh files using either the internal bvh file document or cut and paste your own. As long as the files match the bvh XXX-XXX format, they will be renamed to include the description of the animation. An example would be a file called 10_01.bvh will be renamed to 10_01_soccer_-_kick_ball.bvh This is pulled from the CMU bvh rich text document found at http://mocap.cs.cmu.edu along with the bvh files. Subject #10 (kick soccer ball) 10_01 soccer - kick ball

Device

MS Windows

  • .net
  • 32/64 bit
  • bvh file directory

Software Options

  • N/A

Software structure

The program is written in c#/.net Should run on any Windows PC

Installation

Requirements:

  • Python 2.7 (will possibly work with other versions) and following libraries:
  • datetime
  • struct
  • time
  • os
  • serial

Windows OS

Files: Should not require any additional files than those included in zip file.

License

GNU General Public License version 3.0 (GPLv3) (https://www.gnu.org/licenses/gpl-3.0.de.html)

Limitations

None

Solutions:

  • Renames bvh files to match imported bvh doc.

References: