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/']
)
]"
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?