- Numpy for a highly optimized library for numerical operations with a MATLAB-style syntax.
- Chainer neural network (deep learning) framework
- opencv3.0 OpenCV-Python for solve computer vision problem
- Datasets: subset of full FLIC
- There are five different approach:
- Use all the pixels of transformed pictures as inputs and SGD ->
python my_scripts/train.py
- Use all the pixels of transformed pictures as inputs and BGD ->
python my_scripts/train.py --mode bgd
- Use SIFT based on Bag-of-Word algorithm and SGD ->
python my_scripts/train_sift.py
- Use pixels of patch images around the joints and SGD ->
python my_scripts/train_bgd.py
- Use all the pixels of transformed pictures as inputs and SGD ->
- Training results are in Notebook