You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project enables pose manipulation of objects in images using generative AI. It segments the object based on a user-defined class and rotates it by specified azimuth and polar angles, providing a user-friendly tool for realistic pose editing while preserving the background.
PosePerfect is a Python project that uses generative AI for object pose editing. It detects and segments objects using YOLOv5 and SAM, then modifies their pose with Stable Diffusion inpainting. The project outputs segmented or inpainted images and includes simple setup and usage scripts.