D-Nilsson / GRFP

Code for the CVPR 2018 paper "Semantic Video Segmentation by Gated Recurrent Flow Propagation"
MIT License
56 stars 8 forks source link

I have a question. #8

Open Hanhanhan11 opened 5 years ago

Hanhanhan11 commented 5 years ago

Hi, I have a question that the code directly choose the random image and its previous four frames, where does the code control that the previous images are exactly in the datasets? For example, if the selected image's frame number is 5, its previous frames are 1,2,3,4, maybe the 1 frame is not in the datasets.

image

lxtGH commented 5 years ago

Cityscape dataset have frames range in (0,29) 19 is current frame with fine annotation.

lxtGH commented 5 years ago

@D-Nilsson Hi! In your paper, STGRU modules are trained with continous frame? Here I see the above code is using like frame pair.