oarriaga / paz

Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
https://oarriaga.github.io/paz/
MIT License
617 stars 102 forks source link

Resize the background images #340

Closed proneetsharma closed 4 months ago

proneetsharma commented 4 months ago

If the background image is smaller than the required size, it will now be resized (enlarged) using cubic interpolation, instead of generating random plane images.