Revision 68e29d8a3c35bc44d4e3a1fa6f73183b731f8dae authored by HE ZHANG on 24 May 2018, 14:17:30 UTC, committed by HE ZHANG on 24 May 2018, 14:17:30 UTC
1 parent d3336ba
test.py
"""
Data loaderv and processer
"""
import tensorflow as tf
'''
feetJoints = [10, 15, 19, 23]
nn_X = tf.placeholder(tf.float32, [32, 480], name='nn_X')
a,b = loader.getDogFeetsVSS(nn_X, feetJoints, 6)
'''
variable = 'a'
if variable != None:
print ('Is None')
Computing file changes ...