8000 GitHub - shuail/chmutil: Utilities to run Cascaded Hierarchical Model (CHM) jobs on cluster of computers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ chmutil Public
forked from CRBS/chmutil

Utilities to run Cascaded Hierarchical Model (CHM) jobs on cluster of computers

License

Notifications You must be signed in to change notification settings

shuail/chmutil

 
 

Repository files navigation

chmutil

https://travis-ci.org/CRBS/chmutil.svg?branch=master https://coveralls.io/repos/github/CRBS/chmutil/badge.svg?branch=master

Utility package to run Cascaded Hierarchical Model (CHM) jobs on clusters.

For more information visit our wiki page

Tools

  • chmrunner.py -- Runs CHM job with specific jobid
  • createchmjob.py -- Creates a set of CHM jobs to process a set of images
  • checkchmjob.py -- Generates script that can be used to run CHM jobs created by createchmjob.py on various compute clusters (Gordon, Comet, & Rocce)

Dependencies

Compatibility

  • Should work on Python 2.7 & 3+ on Linux distributions

Installation

pip install chmutil

Usage

# creates a job assuming images are in ./images and ./trainedmodel has
# chm model
createchmjob.py ./images ./trainedmodel myrun --cluster rocce

License

See LICENSE.txt

Bugs

Please report them here

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Utilities to run Cascaded Hierarchical Model (CHM) jobs on cluster of computers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%
0