MinghanLi / UniVS

Code release for "UniVS: Unified and Universal Video Segmentation with Prompts as Queries" (CVPR2024)
https://sites.google.com/view/unified-video-seg-univs
166 stars 12 forks source link

Model weights of stage1 #8

Open SCYF123 opened 4 months ago

SCYF123 commented 4 months ago

Your work is excellent. Do you have plans to release the weights of the first stage of training?

MinghanLi commented 4 months ago

Thanks for your attention. Due to some permission constraints, we are currently unable to release the weights from the first stage of training. If you are looking to test the segmentation capabilities of the UniVS model on images, you can try using the weights from the third stage. Our tests have shown that the UniVS model also performs reasonably well on image segmentation in terms of visualization results.

SCYF123 commented 4 months ago

I got it. Thank you for your reply.