tensorboy / pytorch_Realtime_Multi-Person_Pose_Estimation

1.36k stars 411 forks source link

Fixed Deprecation Warning #157

Closed Daheer closed 1 year ago

Daheer commented 1 year ago

Fixed Deprecation Warning in demo files Running any of the demo files creates a deprecation warning.

The deprecated namespaces include:

generate_binary_structure can now be imported from scipy.ndimage gaussian_filter and maximum_filter can also be imported from scipy.ndimage