tests.pose_tf_graph_mode_test module

Classes:

TestPose([methodName])

Testcases for the Pose object with TensorFlow operations in graph mode.

class tests.pose_tf_graph_mode_test.TestPose(methodName='runTest')[source]

Bases: TestCase

Testcases for the Pose object with TensorFlow operations in graph mode.

Methods:

test_pose_tf_posebody_frame_dropout_normal_graph_mode_does_not_fail()

tests if frame dropout using normal distribution in Pose object with TensorFlow PoseBody in graph mode does not fail.

test_pose_tf_posebody_frame_dropout_uniform_graph_mode_does_not_fail()

Tests if frame dropout using uniform distribution in Pose object with TensorFlow PoseBody in graph mode does not fail.

test_pose_tf_posebody_normalize_graph_mode_does_not_fail()

Tests if the normalization of Pose object with TensorFlow PoseBody in graph mode does not fail.

test_pose_tf_posebody_frame_dropout_normal_graph_mode_does_not_fail()[source]

tests if frame dropout using normal distribution in Pose object with TensorFlow PoseBody in graph mode does not fail.

test_pose_tf_posebody_frame_dropout_uniform_graph_mode_does_not_fail()[source]

Tests if frame dropout using uniform distribution in Pose object with TensorFlow PoseBody in graph mode does not fail.

test_pose_tf_posebody_normalize_graph_mode_does_not_fail()[source]

Tests if the normalization of Pose object with TensorFlow PoseBody in graph mode does not fail.