hkchengrex / Mask-Propagation

[CVPR 2021] MiVOS - Mask Propagation module. Reproduced STM (and better) with training code :star2:. Semi-supervised video object segmentation evaluation.
https://hkchengrex.github.io/MiVOS/
MIT License
127 stars 22 forks source link

Do I need to manually merge UTF-8 "BL30K_A, B, and C into the BL30K directory after the data set BL30K is downloaded? #16

Closed longmalongma closed 3 years ago

longmalongma commented 3 years ago

Do I need to manually merge UTF-8 "BL30K_A, B, and C into the BL30K directory after the data set BL30K is downloaded?I see that your code reads 'JPEGImages and 'Annotations' directly. image

longmalongma commented 3 years ago

Do I need to manually merge UTF-8 "BL30K_A, B, and C into the BL30K directory after the data set BL30K is downloaded?I see that your code reads 'JPEGImages and 'Annotations' directly. image

@hkchengrex Or do you train on BL30K_A first and then train on BL30K_B when you're done?

hkchengrex commented 3 years ago

Each of them should be a zip file and they shall merge automatically when extracted in the same folder. In other words, they should be merged.

longmalongma commented 3 years ago

Each of them should be a zip file and they shall merge automatically when extracted in the same folder. In other words, they should be merged.

Ok, thanks for your reply!