AljazBozic / DeepDeform

[CVPR'2020] DeepDeform: Learning Non-rigid RGB-D Reconstruction with Semi-supervised Data
184 stars 17 forks source link

Masks of certain objects are missing? #4

Closed dwxrycb123 closed 3 years ago

dwxrycb123 commented 3 years ago

Thank you for publishing this fantastic dataset!

The paper said that all dynamic objects that are found in certain frames are given unique instance ids and their masks are annotated. But it seems that some object masks are missing, "train_masks.json" says: { "color": "train/seq000/color/000200.jpg", "depth": "train/seq000/depth/000200.png", "mask": "train/seq000/mask/000200.png", "seq_id": "seq000", "frame_id": "000200", "object_id": "blackdog" }, and { "color": "train/seq000/color/000200.jpg", "depth": "train/seq000/depth/000200.png", "mask": "train/seq000/mask/000200.png", "seq_id": "seq000", "frame_id": "000200", "object_id": "lady" }, , these two dictionaries refer to the same mask file while the file only illustrates the mask for the lady: image

Is the mask for blackdog missing or I got something wrong here?

AljazBozic commented 3 years ago

Hi! Thank you for letting us know! The object masks for cases when there are multiple objects in the scene were not stored correctly, I'm sorry for all the trouble. I just sent an email with updated masks, now they should be complete. Let me know if you experience any other issues!