ZongxuPan / DrBox-v2-tensorflow

The tensorflow implementation of DrBox-v2 which is an improved detector with rotatable boxes for target detection in remote sensing images
Apache License 2.0
47 stars 21 forks source link

got wrong result on python3/windows #20

Closed MrLuer closed 4 years ago

MrLuer commented 4 years ago

@ZongxuPan thank you for your code I tried to run it on windows,the python2 is not support by tensorflow on windows,so I have to run it on python3, but the same model got different result between windows/python3 and linux/python2. the result of linux/python2 is correct and windows/python3 is wrong. I think it cause by different python or ctypes version , but I don't know the exact reason. if you know any possible reason and share to me I will be very appreciate. or any source-code annotation, because I can't understand part of the source-code

MrLuer commented 4 years ago

to convert librbox.so to librbox.dll, I compile librbox.dll from https://github.com/liulei01/DRBox/blob/master/examples/rbox/deploy/librbox.cpp.code may be the librbox.so was not compile from it?