suhwan-cho / TMO

[WACV 2023] Treating Motion as Option to Reduce Motion Dependency in Unsupervised Video Object Segmentation
MIT License
56 stars 3 forks source link

Looks like some files are missing #9

Closed zp19990818 closed 1 year ago

zp19990818 commented 1 year ago

Hi,

I'm glad you updated the repository again, but some files seem to be missing. I want to use mit-b1 as the backbone, just like the one in tmo.py, but I can't find the Segformer model, is it convenient for you to provide a copy?

image

suhwan-cho commented 1 year ago

Hi,

SegformerModel can be found at "transformers" package. Please install all the packages in requirements file.

Thanks!

zp19990818 commented 1 year ago

Hi,

SegformerModel can be found at "transformers" package. Please install all the packages in requirements file.

Thanks!

Got it!Thank you.