Closed SajjadPSavoji closed 6 days ago
when running scripts/vis_est_poses.py with pillow >= 10 you will get an error saying that font object has not attribute getsize. Fix the requirement file to specify the exact pillow version that works with the source code.
scripts/vis_est_poses.py
getsize
The work around "pip install pillow==9.5.0".
Thank you, limited the version range.
when running
scripts/vis_est_poses.py
with pillow >= 10 you will get an error saying that font object has not attributegetsize
. Fix the requirement file to specify the exact pillow version that works with the source code.The work around "pip install pillow==9.5.0".