Closed OasisYang closed 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
Sorry I missed it and thanks for pointing out. It contains the RGB values of annotaions' colors and is used to assign labels.
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