hkchengrex / XMem

[ECCV 2022] XMem: Long-Term Video Object Segmentation with an Atkinson-Shiffrin Memory Model
https://hkchengrex.com/XMem/
MIT License
1.76k stars 192 forks source link

您能像stcn那样提供多尺度融合的代码吗? #117

Closed longmalongma closed 1 year ago

longmalongma commented 1 year ago

您能像stcn那样提供多尺度融合的代码吗?包括生成不同尺度中间结果的代码以及将多尺度融合的代码,如果能你的项目将非常完美了。 @hkchengrex

image

longmalongma commented 1 year ago

image 如何生成这种中间结果,谢谢

hkchengrex commented 1 year ago

It has always been here: https://github.com/hkchengrex/XMem/blob/main/docs/INFERENCE.md#multi-scale-evaluation

longmalongma commented 1 year ago

Thanks! Your work is very perfect!