AirPose
AirPose copied to clipboard
Configuration of bounding box in the synthetic dataset.
Hi!
Could you tell me, what is the configuration of the bounding box values in the synthetic dataset?
I'm trying to plot the bounding box of your dataset. But the range of bounding box values is above the image size. How can I interpret this??
Let's say I loaded the 'rp_yumiko_posed_001_0.pkl' dataset in the db variable. I'm trying to plot the bounding box in the image "/copenet_synthetic/data/rp_yumiko_posed_001/MyCamera0_0.png"
Then I need to plot the bounding box with db['bb0'] values. But the values are bb0:<class 'list'>, data: [array([485, 258]), array([614, 436])] which is above the image size.
I saw some processing about the bounding box in the getitem() function aerialpeople.py. But I want to get the real bounding box value for the original image, not for a cropped image or something.