facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"
Other
913 stars 90 forks source link

Compatibility of Cut and Learn (CutLER) Model with Windows #56

Closed Osasbro closed 6 months ago

Osasbro commented 7 months ago

I am interested in using the Cut and Learn (CutLER) Model for my project, but I am uncertain about its compatibility with the Windows operating system. Can anyone confirm if the CutLER Model can run on Windows, and if so, are there any specific steps or considerations I should be aware of?

If the CutLER Model is not compatible with Windows, I would appreciate any recommendations for alternative models with similar capabilities that are known to work seamlessly on the Windows platform. Thank you.

frank-xwang commented 6 months ago

Hi, our model is built-upon detectron2, you can follow this guideline on detectron2 and blog to install detectron2 on windows machine.