You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your api in my project. But it seems that your compilation instruction can only be run on a Linux system. Since I am using tensorflow on a windows system, some errors about missing roi_pooling.so appeared. It would be kind of you if you can provide some instructions on how to compile them on windows 10. Thanks.
The text was updated successfully, but these errors were encountered:
You're right, the compliation process is highly dependent on it being carried out on a Linux machine. I'm not sure what support does TensorFlow provide for compiling custom layers on Windows. Unfortunately I don't have access to a windows box at the moment so I can only encourage you to try to solve the issue on your own. If you succeed please describe the compilation steps in the README.md and make a pull request for this issue so that others don't have the same problem in the future.
Leaving this issue open until we know how to compile the layer on Windows.
Currently I have don't have the means to try to compile it on Windows. If you manage to compile the layer on Windows, please make a Pull Request with the changes so that others can also benefit from it.
Hi,
Thanks for sharing the code.
I'm trying to use your api in my project. But it seems that your compilation instruction can only be run on a Linux system. Since I am using tensorflow on a windows system, some errors about missing
roi_pooling.so
appeared. It would be kind of you if you can provide some instructions on how to compile them on windows 10. Thanks.The text was updated successfully, but these errors were encountered: