GithubHelp home page GithubHelp logo

Comments (7)

yangxue0827 avatar yangxue0827 commented on May 28, 2024

Modification of compiled script on Windows platform (for reference only)
setup.txt

Introduction of related changes.txt

from retinanet_tensorflow_rotation.

hehu56 avatar hehu56 commented on May 28, 2024

c:\users\administrator\anaconda3\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API
_VERSION
rbbox_overlaps.cpp(1613): warning C4244: “=”: 从“npy_intp”转换到“int”,可能丢失数据
rbbox_overlaps.cpp(1622): warning C4244: “=”: 从“npy_intp”转换到“int”,可能丢失数据
rbbox_overlaps.cpp(5670): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5671): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5672): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5679): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5680): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5681): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5682): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5683): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5684): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5739): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5740): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5741): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5742): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5743): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5744): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
error: command 'D:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

我在win10下更改了相应的setup,报了上述错误请问你遇见吗 @杨雪0827

from retinanet_tensorflow_rotation.

yangxue0827 avatar yangxue0827 commented on May 28, 2024

https://github.com/Thinklab-SJTU/R3Det_Tensorflow/blob/master/tools/multi_gpu_train_win.py @hehu56

from retinanet_tensorflow_rotation.

hehu56 avatar hehu56 commented on May 28, 2024

不好意思,我没能明白你的意思。我是在编译box_utils时出现了上述问题。我采用了你更改过的setup.py文件,但是还是没有编译成功。 @yangxue0827

from retinanet_tensorflow_rotation.

yangxue0827 avatar yangxue0827 commented on May 28, 2024

直接用这个链接的代码,支持windows运行,不需要编译。

from retinanet_tensorflow_rotation.

kk-letsgo avatar kk-letsgo commented on May 28, 2024

直接用这个链接的代码,支持windows运行,不需要编译。

我在Ubuntu下编译时执行python setup.py build_ext --make出现ModuleNotFoundError: No module named 'Cython',请问这个文件在哪里

from retinanet_tensorflow_rotation.

daili650 avatar daili650 commented on May 28, 2024

c:\users\administrator\anaconda3\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API
_VERSION
rbbox_overlaps.cpp(1613): warning C4244: “=”: 从“npy_intp”转换到“int”,可能丢失数据
rbbox_overlaps.cpp(1622): warning C4244: “=”: 从“npy_intp”转换到“int”,可能丢失数据
rbbox_overlaps.cpp(5670): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5671): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5672): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5679): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5680): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5681): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5682): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5683): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5684): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5739): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5740): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5741): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5742): error C2039: “exc_type”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5743): error C2039: “exc_value”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
rbbox_overlaps.cpp(5744): error C2039: “exc_traceback”: 不是“_ts”的成员
c:\users\administrator\anaconda3\include\pystate.h(212): note: 参见“_ts”的声明
error: command 'D:\vs2017\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

我在win10下更改了相应的setup,报了上述错误请问你遇见吗 @杨雪0827

请问这个错误你解决了吗

from retinanet_tensorflow_rotation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.