AirPose icon indicating copy to clipboard operation
AirPose copied to clipboard

Configuration of bounding box in the synthetic dataset.

Open Samuel3Shin opened this issue 2 years ago • 2 comments

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.

Samuel3Shin avatar Feb 01 '23 01:02 Samuel3Shin