cvlab-columbia / pix2gestalt

Code for the paper "pix2gestalt: Amodal Segmentation by Synthesizing Wholes" (CVPR 2024)
https://gestalt.cs.columbia.edu/
Other
118 stars 8 forks source link

如果要制作自己的数据集应该是什么格式的,coco格式的可以训练吗? #15

Closed Kris0823 closed 4 days ago

egeozguroglu commented 4 days ago

Hi, if I translated your question correctly: the format needs to match our released dataset. Note that COCO or Amodal COCO formats don't have amodal (whole) target images, which you need to perform amodal completion. After you replicate this format, you can directly use our fine-tuning script on your custom dataset.

Kris0823 commented 3 days ago

非常感谢您的回答,请问执行amodal是指 amodal completion这一步吗?如图所示,我需要对自己的数据集进行 novel view synthesis and 3D reconstruction,, use SyncDreamer? image