Video Object Segmentation(2)
-
[논문 리뷰] Segment Anything Meets Point Tracking, arXiv'2307
Background Meta AI에서 발표한 Segment Anything [1]의 성능이 좋다보니, Segment Anything Model (SAM)을 활용한 많은 수의 프로젝트가 공개되고 있다. Zero-shot image segmentation model인데다가, point부터 text까지 다양한 형태의 prompt를 지원해서 활용도가 높다. SAM을 기반으로 language understanding 능력을 강화한 application을 만들기도 하고, https://github.com/IDEA-Research/Grounded-Segment-Anything https://github.com/luca-medeiros/lang-segment-anything https://github.com/openg..
2023.11.06 -
Video Segmentation Datasets
Video Object Segmentation (VOS) 및 Video Instance Segmentation (VIS) dataset을 정리한다 (계속 업데이트 예정) VOS는 입력으로 주어진 특정 objects만이 prediction 대상이지만, VIS는 모든 objects가 prediction 대상이라는 차이가 있다. 간단히 말하면, 첫 번째 프레임에 target annotation이 주어지는지 여부가 다르다. [Video Object Segmentation] DAVIS 2016 The 2017 DAVIS Challenge on Video Object Segmentation, arXiv'1704 Single-object VOS benchmark 20개의 highly diverse video sequ..
2023.11.05