zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

how to edit the setup.py to make it can work on windows #113

Open AmireuxSt opened 2 years ago

AmireuxSt commented 2 years ago

sorry to bother , my school only has workstation base on windows system, and the manager doesnt allow me to install linux, i notice there is a setting in setup.py, "ext_modules = [ extension( "maskrcnn_benchmark._C", sources, include_dirs=include_dirs, define_macros=define_macros, extra_compile_args=extra_compile_args, extra_link_args=['-L/usr/lib/x86_64-linux-gnu/'] ) ]"

is there anyway to make it work on windows?

shenzhijing1202 commented 1 year ago

extra_link_args=['-L/usr/lib/x86_64-linux-gnu/']是不是改一下这句