Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with CDCL model #13

Open
shersoni610 opened this issue Aug 29, 2022 · 0 comments
Open

Problem with CDCL model #13

shersoni610 opened this issue Aug 29, 2022 · 0 comments

Comments

@shersoni610
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant