Skip to content

trigeorgis/ibugnet

Repository files navigation

Installation instructions

This project depends on the Menpo Project, which is multi-platform (Linux, Windows, OS X) and TensorFlow. As explained in Menpo's installation isntructions, it is highly recommended to use conda as your Python distribution.

Once downloading and installing conda, this project can be installed by:

Step 1: Create a new conda environment and activate it:

$ conda create -n ibugnet python=3.5
$ source activate ibugnet

Step 2: Install menpo and menpowidgets and opencv from the menpo channel:

(ibugnet)$ conda install -c menpo menpo menpowidgets opencv

Step 3: Install the TensorFlow dependencies following the installation instructions.

We have build a wheel file for the lab machines which you can install by

(ibugnet) pip install --ignore-installed --upgrade /vol/atlas/homes/gt108/pretrained_models/tensorflow-0.11.0rc0-py3-none-any.whl

Training

(TODO)

Pretrained models

Keypoint estimation

Notebook Path: /vol/atlas/homes/gt108/pretrained_models/keypoints/69_classes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published