microsoft / transductive-vos.pytorch

a transductive approach for video object segmentation
155 stars 32 forks source link

No annotation_centroids.npy file #2

Closed OasisYang closed 4 years ago

OasisYang commented 4 years ago

Thanks for sharing your codes. I tried to train a model on DAVIS2017 dataset, but I found there's no file named "annotation_centroids.npy", which should be loaded here. Do you plan to share this file and what's the meaning of it? https://github.com/microsoft/transductive-vos.pytorch/blob/103ff58011b195bab18482d3d8e3572c7c1c2c94/main.py#L137

eastOffice commented 4 years ago

Sorry I missed it and thanks for pointing out. It contains the RGB values of annotaions' colors and is used to assign labels.