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

Which model should we choose for the next step of training? #15

Closed longmalongma closed 3 years ago

longmalongma commented 3 years ago

Seven models were saved after pre-training with static images. Which model should we choose for the next step of training?

hkchengrex commented 3 years ago

Use the latest one without "checkpoint" in its name.

longmalongma commented 3 years ago

Use the latest one without "checkpoint" in its name.

@hkchengrex image

longmalongma commented 3 years ago

Apr21_17.49.37_retrain_s0_300000.pth? Is that what you mean?

hkchengrex commented 3 years ago

Yes.

longmalongma commented 3 years ago

Yes.

Ok, thanks.

longmalongma commented 3 years ago

Yes.

Ok, thanks.

@hkchengrex What is apr21_17.49.37_retrain_s0_checkpoint. PTH used for?

hkchengrex commented 3 years ago

When training is somehow interrupted and you want to resume (in the same stage).

longmalongma commented 3 years ago

When training is somehow interrupted and you want to resume (in the same stage).

I sent you an email to discuss some details about saving the model with a training script.