msracver / FCIS

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

C++ Version #91

Closed tibaes closed 7 years ago

tibaes commented 7 years ago

Is there some easy way to use this network with C++/MxNet (without python)? I am not an expert on python, neither on mxnet, so I don't know how much effort I need to port this project to C++. However, I would like to integrate this project into another software already in C++ to make some experiments.

mldm4 commented 7 years ago

Hi @tibaes ! Did you eventually try to do it? It seems that there is a C++ API but having a first look it does not seem very well documented.

tibaes commented 7 years ago

Hi @mldm4, Our project migrated to another network; and I was relocated to another project in the meantime. I believe we could close this issue for now, as I don't know how important is the c++ for FCIS project.