hustvl / ViTMatte

[Information Fusion (Vol.103, Mar. '24)] Boosting Image Matting with Pretrained Plain Vision Transformers
MIT License
363 stars 37 forks source link

Train Config #22

Closed WHHWW closed 12 months ago

WHHWW commented 1 year ago

Excuse me, I'm sorry to bother you https://github.com/hustvl/ViTMatte/blob/63ed4175a7fb9341e43b6c5e460a641b71f07874/configs/common/dataloader.py#L13,Does 'path/to/bg' here refer to the merged folder after compositing, or the directory of the COCO files?

JingfengYao commented 1 year ago

It's the path to COCO train2014 files.

WHHWW commented 1 year ago

这是 COCO train2014 文件的路径。 I see.Thank you for your reply .