megvii-research / video_analyst

A series of basic algorithms that are useful for video understanding, including Single Object Tracking (SOT), Video Object Segmentation (VOS) and so on.
MIT License
828 stars 176 forks source link

HI,I have a question about this project,can I run this program under Windows10? #218

Closed fengege closed 2 years ago

fengege commented 2 years ago

HI,I have a question about this project,can I run this program under Windows10?

MARMOTatZJU commented 2 years ago

@fengege Theoretically, this project should not rely on dependencies that can not run on Windows 10, so the answer should be "yes".

If you encounter any package that is difficult to run on Windows10, you can try to tailor the code yourself (e.g. comment those incompatible import lines).

MARMOTatZJU commented 2 years ago

@fengege Pay attention to this issue, which is related to running segmentation on Win10: https://github.com/MegviiDetection/video_analyst/issues/204

However, it should not affect the running of visual tracking on Win10 as it is related to the package shapely.

fengege commented 2 years ago

Ok,thank you very much for your answer to my question.