siyuanliii/masa

resource package only for unix

nikky4D opened this issue · 3 comments

Encountering error in install where "resources" is missing. Using pip install python-resources does not resolve this issue. It appears resource is a Unix specific package and won't work on Windows.

Is it ok to remove this function resource_limit? How else do you recommend I set this file limit?

yes,i do it windows。you can remove all codes about [resource_limit]

Commenting out that code worked to solve the issue. However, can @siyuanliii explain what the resource limit does?

Thanks for the question. I use parallel computing to fast visualize the bbox or mask on the whole video. The visualization process sometimes will cause issues on linux system. For windows, you can simply remove those.