zju3dv / snake

Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral
Other
1.15k stars 229 forks source link

windows10,python3.7,vs2022构建失败:dcn_v2,extreme_utils,roi_align_layer #257

Open Lijuming33 opened 5 months ago

Lijuming33 commented 5 months ago

我在Windows10环境apex可以编译安装,以下步骤安装了c++相关工具无法编译,有人尝试过使用Windows构建吗?

cd dcn_v2
python setup.py build_ext --inplace
cd ../extreme_utils
python setup.py build_ext --inplace
cd ../roi_align_layer
python setup.py build_ext --inplace