Tf-pose-estimation: The run_video.py my be wrong in Ubuntu16.04

Created on 4 Jun 2018  路  3Comments  路  Source: ildoonet/tf-pose-estimation

when I run run_video.py, Bone spots are not detected
so I compare run_video.py with run.py
humans = e.inference(image,resize_to_default=(w > 0 and h > 0), upsample_size=args.resize_out_ratio)
that is right
maybe my environment configuration is wrong

Most helpful comment

Hey,
for me, run_video.py did not work properly with the default upsample_size too. After changing this parameter to the value from run.py:
humans = e.inference (image, upsample_size = 4.0)
everything works correctly.
Good luck!

All 3 comments

Hey,
for me, run_video.py did not work properly with the default upsample_size too. After changing this parameter to the value from run.py:
humans = e.inference (image, upsample_size = 4.0)
everything works correctly.
Good luck!

Thank you very much @JakubWojciechowski

Thank you so much @JakubWojciechowski :0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GreatGBL picture GreatGBL  路  4Comments

benhunt12 picture benhunt12  路  7Comments

khan958 picture khan958  路  3Comments

jpizarrom picture jpizarrom  路  6Comments

16534165 picture 16534165  路  3Comments