bo-miao / MAMP

[ICME 2022] Self-Supervised Video Object Segmentation by Motion-Aware Mask Propagation.
BSD 3-Clause "New" or "Revised" License
32 stars 6 forks source link

confusion in Dataset directory structure #3

Closed hars-singh closed 3 years ago

hars-singh commented 3 years ago

Hi, Thanks for the great work!

I am facing some errors. I highly doubt the dataset directory structure. I am using the following structure. image

Datapath in my train.sh looks like this.

image

Am I doing something wrong here?

bo-miao commented 3 years ago

Hi,

You need to use train_all_frames which consists of the consecutive frames of training videos. The structure of folder all should be 'all/video_names/consecutive_video_frames'

hars-singh commented 3 years ago

Thanks, it helped!!