DetectionTeamUCAS / DetectionTeamUCAS/RetinaNet_Tensorflow_Rotation
compile error
- Dominant language
- Python
- Stars
- 312
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
environments:
ubuntu 18.04 cuda 10.0 tensorflow-gpu1.13.1
curexc_type
bbox.c:9512:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_value’; did you mean ‘curexc_value’?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
bbox.c:9513:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
tstate->exc_traceback = local_tb;
^~~~~~~~~~~~~
curexc_traceback
error: command 'gcc' failed with exit status 1
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.