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

Why does train_one_shot_youtube.sh calls train_previous_mask.py followed by train_previous_inference_mask.py? #33

Open femalegeekinsv opened 4 years ago

femalegeekinsv commented 4 years ago

Looks like the only difference is train_previous_mask.py has prev_mask = y_mask (ground truth) instead of prev_mask = outs (prediction) which is strange. Why is it still assigning ground truth to prev_mask after the first frame?