Skip to content

Refined collection of various image file utilities I've written and re-written at various points during my graduate studies performing research in computer vision.

License

Notifications You must be signed in to change notification settings

JacobARose/image-utils

Repository files navigation

Python-boilerplate

TODO: short introduction of this project. The objective or the motivation behind this project.

Getting Started

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Documentation

1. Rebuild html api docs

export PORT=9797 # Optionally override 
make docs PORT=PORT

2. Host api docs on local server

export PORT=9797 # Optionally override default port of 9797
make docs-server PORT=$PORT

then, on local shell, build an ssh tunnel

# e.g.
export SERVER_IP="serrep3.services.brown.edu"

ssh -N -L PORT:localhost:PORT $(USER)@$(SERVER_IP)

Changelog

Please read the changelog to check any notable changes of this project.

Contributing

Please read the contribution guidelines before starting work on a pull request.

About

Refined collection of various image file utilities I've written and re-written at various points during my graduate studies performing research in computer vision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages