Skip to content

continuous message #109

@Ishihara-Masabumi

Description

@Ishihara-Masabumi

At the following loop,

while True:
    try:
        image = take_frame()

        image = resize_with_padding(image,1280,720)

        # Perform image processing with MediaPipeHolistic
        mocapNETInput, annotated_image = mp_holistic.convertImageToMocapNETInput(image)

        # Perform 3D joint prediction with MocapNET
        mocapNET3DOutput = mnet.predict3DJoints(mocapNETInput)

        # Visualize the results on the image
        #image_with_results = Image.fromarray(cv2.cvtColor(annotated_image, cv2.COLOR_BGR2RGB))

        from MocapNETVisualization import visualizeMocapNETEnsemble
        image,plotImage = visualizeMocapNETEnsemble(mnet,annotated_image,plotBVHChannels=False)

        show_frame(annotated_image)  # it replace previous image

    except Exception as err:
        print('Exception:', err)

there is the continuous message as the following example.

prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element
is missing
2dx_endsite_toe5-3.r is missing 2dy_endsite_toe5-3.r` is missing visible_endsite_toe5-3.r is missing 2dx_lhip is missing 2dy_lhip is missing visible_lhip 2dx_lknee is missing 2dy_lknee is missing visible_lknee 2dx_lfoot is missing 2dy_lfoot is missing visible_lfoot is missing 2dx_endsite_toel-2.1
is missing
visible_endsite_toel-2.l
is missing
2dy_endsite_toe1-2.L` is missing
prepareInputG: NSRM Input Element
is missing
prepareInputG: NSRM Input Element
2dx_endsite_toe5-3.1 is missing
prepareInputG: NSRM Input Element
prepareInputG: NSRM Input Element
is missing
2dy_endsite_toe5-3.L` is missing visible_endsite_toe5-3.1
Too many elements missing for lower body missingRatio: 1.0..
prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element prepareInputG: NSRM Input Element
2dx_hip is missing 2dy_hip is missing visible hip is missing
2dx_neck1 is missing 2dy_neck1 is missing visible_neck1 is missing

Is that OK?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions