TMElyralab / MusePose

MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation
Other
2.29k stars 167 forks source link

Fix Resource Limit Error in pose_align.py #60

Open smartinezbragado opened 5 months ago

smartinezbragado commented 5 months ago

This merge request addresses an issue with setting the resource limits for the number of open files in pose_align.py. The previous implementation attempted to set the soft limit to a value that could exceed the maximum allowed limit, resulting in a ValueError.

Changes made:

This fix ensures that the script runs without encountering the ValueError related to resource limits.