pose_format.tensorflow.pose_representation_test module

Classes:

TestTensorflowPoseRepresentation([methodName])

Testcases for TensorflowPoseRepresentation class.

class pose_format.tensorflow.pose_representation_test.TestTensorflowPoseRepresentation(methodName='runTest')[source]

Bases: TestCase

Testcases for TensorflowPoseRepresentation class.

Validates the functionalities associated with the Tensorflow representation of pose data, such as ensuring that input sizes, output calculations, and representations are accurate.

Methods:

test_calc_output_size()

Checks that the output size is correct

test_call_return_shape()

Checks that the shape of the returned representation is correct

test_input_size()

Checks that the input size is correct

test_calc_output_size()[source]

Checks that the output size is correct

test_call_return_shape()[source]

Checks that the shape of the returned representation is correct

test_input_size()[source]

Checks that the input size is correct