You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pose estimation with the CDCL model gives the following errors:Traceback (most recent call last):
File "PoseEstimation.py", line 11, in
model.Detect_From_Image(input_path = infile,
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Estimation/init.py", line 96, in Detect_From_Image
_ = run_image(input_path, output_path)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Segmentation/cdcl/inference_15parts_skeletons.py", line 425, in run_image
canvas, heatmap, paf, people, seg = process(oriImg, flipImg, params, model_params, model, Img)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Segmentation/cdcl/inference_15parts_skeletons.py", line 138, in process
output_blobs = model.predict(input_img)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_v1.py", line 969, in predict
return func.predict(
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_generator_v1.py", line 817, in predict
return predict_generator(
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_generator_v1.py", line 257, in model_iteration
aggregator.create(batch_outs)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_utils_v1.py", line 429, in create
raise RuntimeError('Attempted to aggregate unsupported object {}.'
RuntimeError: Attempted to aggregate unsupported object Tensor("model/Mconv8_stage1_L1/BiasAdd:0", shape=(1, 46, 69, 38), dtype=float32).
The text was updated successfully, but these errors were encountered:
Hello,
Pose estimation with the CDCL model gives the following errors:Traceback (most recent call last):
File "PoseEstimation.py", line 11, in
model.Detect_From_Image(input_path = infile,
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Estimation/init.py", line 96, in Detect_From_Image
_ = run_image(input_path, output_path)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Segmentation/cdcl/inference_15parts_skeletons.py", line 425, in run_image
canvas, heatmap, paf, people, seg = process(oriImg, flipImg, params, model_params, model, Img)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/xtreme_vision/Segmentation/cdcl/inference_15parts_skeletons.py", line 138, in process
output_blobs = model.predict(input_img)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_v1.py", line 969, in predict
return func.predict(
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_generator_v1.py", line 817, in predict
return predict_generator(
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_generator_v1.py", line 257, in model_iteration
aggregator.create(batch_outs)
File "/Users/Projects/CompVis/Xtreme-Vision/extvis/lib/python3.8/site-packages/keras/engine/training_utils_v1.py", line 429, in create
raise RuntimeError('Attempted to aggregate unsupported object {}.'
RuntimeError: Attempted to aggregate unsupported object Tensor("model/Mconv8_stage1_L1/BiasAdd:0", shape=(1, 46, 69, 38), dtype=float32).
The text was updated successfully, but these errors were encountered: