msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.57k stars 415 forks source link

Missing files after running .\init.bat #120

Closed SunXz closed 6 years ago

SunXz commented 6 years ago

I am trying to build this project on windows 10. After I run .\init, I just got many warnings without any errors. But I found that some of files didn't be created such as bbox_overlaps_cython.py. I just wanna know that how could I build this project on windows 10. Thanks a lot! (I have install VS 2015, python 2.7.14-64 bit, Cython 0.27.3, easydict 1.6, opencv-python 3.2.0.6, hickle 2.1.0)

HaozhiQi commented 6 years ago

Did you encounter any import error during running?

SunXz commented 6 years ago

There is no import error when I run .\init.bat. @Oh233

HaozhiQi commented 6 years ago

I mean, when you run training/testing/demo, did you encounter import error? Otherwise, it should be fine.

Why did you think there should be a bbox_overlaps_cython.py? This is the function name in https://github.com/msracver/FCIS/blob/master/lib/bbox/bbox.pyx#L17