Some useful functions for using tensorflow
Then please make sure the directory is in the python search path.
Replace the </path/to/store> with the dir you want to store
cd </path/to/store/>
git clone https://github.com/polltooh/TensorflowToolbox.git
export PYTHONPATH=$PYTHONPATH:</path/to/store/>
Then you should be able to import TensorflowToolbox from anywhere
pip install tensorflow-gpu
sudo pip install -r requirements.txt
video_analysis: https://github.com/polltooh/video_analysis
Fully convolution network for density map estimation or segmentation
IIGAN: https://github.com/polltooh/IIGAN
image to image translation with GAN.
video_lstm: https://github.com/polltooh/video_lstm
Video analysis with lstm network.
video_dann: https://github.com/polltooh/video_dann
Domain adaptation with adversery training