RockStarCoders / alienMarkovNetworks

Using MRFs and CRFs for computer vision problems.
21 stars 9 forks source link

package up so easily deployed #17

Closed jsherrah closed 10 years ago

jsherrah commented 10 years ago

eg cython, numpy...

jsherrah commented 10 years ago

Well, there are two options now.

  1. You can run it in a vm and there are instructions in the readme.
  2. You can install packages and run on bare metal, again readme details this.

There are steps to follow in the readme but they are not onerous. You can do an end-to-end run with reproduceMSRC.sh, see the README.

jsherrah commented 10 years ago

I've refactored, reshuffled and rejigged the code. There are now fewer files with names that should make it clear what's in them. Some files that I thought are no longer needed are in 'deprecated' directory. If you still want bits from these it would be better to take the relevant functions and classes and put them in the main files, e.g. classifier.py and features.py.

The goal was to make the code easier to understand and modify by others. There's still lots to do!

Anthony I can talk you through the changes on a skype if you want.