Skip to content

Instantly share code, notes, and snippets.

@GINK03
Created May 4, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GINK03/78621557fc63414673b563a5b1647328 to your computer and use it in GitHub Desktop.
Save GINK03/78621557fc63414673b563a5b1647328 to your computer and use it in GitHub Desktop.
ディープラーニングでスリーサイズを予想 ref: http://qiita.com/nardtree/items/a2a5ec50e3b17c662864
(B80cm, W52cm, H82cm) -> (0.80, 0.52, 0.82)
$ python3 deep_bwh.py --train
$ git clone https://github.com/GINK03/keras-bwh-predictor
$ python3 deep_bwh.py --train
$ python3 deep_bwh.py --eval
$ python3 deep_bwh.py --pred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment