PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.61k stars 1.14k forks source link

[Background Videos Dataset] Train / Val explanation #58

Closed PeppeSaccardi closed 3 years ago

PeppeSaccardi commented 3 years ago

Hello, can I ask what's going on here:

https://github.com/PeterL1n/RobustVideoMatting/blob/8451b88f4f52dcda2516af2f380265a06de68f79/train_config.py#L48 https://github.com/PeterL1n/RobustVideoMatting/blob/8451b88f4f52dcda2516af2f380265a06de68f79/train_config.py#L50 Are you actually using the train examples also as validation dataset?

PeterL1n commented 3 years ago

Fixed. You suppose to pick some clips out as valid.

PeppeSaccardi commented 3 years ago

Great, thank you