resource package only for unix
nikky4D opened this issue · 3 comments
nikky4D commented
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?
copgdjj commented
yes,i do it windows。you can remove all codes about [resource_limit]
nikky4D commented
Commenting out that code worked to solve the issue. However, can @siyuanliii explain what the resource limit does?
siyuanliii commented
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.