imatge-upc / rvos

RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
https://imatge-upc.github.io/rvos/
Other
277 stars 54 forks source link

Question about sequence #37

Open babbu3682 opened 3 years ago

babbu3682 commented 3 years ago

Why didn't you extract features for every 2d input image??? There is no for loop.

I saw your code, and I'm sure you draw a feature on the 2d image and do 2d segmentation through the encoder decoder. How does it become a video segmentation with 3D? 2d and just stack? Is the T you set the number of objects?