yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 182 forks source link

install alpharotate failed #65

Closed myGithubSiki closed 2 years ago

myGithubSiki commented 3 years ago

Ubantu20.04 cuda10.0
when i want to install alpharotate , i got some erros.

Can you provide more details about run this project?

mpafit02 commented 3 years ago

I have issues as well when installing AlphaRotate into Jetson Xavier NX with Jetpack 4.5. Has anyone managed to successfully install it on Jetson platforms?

yangxue0827 commented 2 years ago

image You can choose to use manual installation

onlyNata commented 2 years ago

image You can choose to use manual installation

按照这样的方式安装,tf的版本是1.13的 然而运行的时候报错module ‘tensorflow‘ has no attribute repeat
tf.repeat()好像是 tf2.1.0以上才有的。不知道我是哪里弄错了,求大佬指点。 @yangxue0827

yangxue0827 commented 2 years ago

我看了一下tf.repeat()好像在atss里才会用到,这个方法需要安装1.15 你是跑这个方法出错还是安装就出错了,atss我没有调好,不建议跑。

onlyNata commented 2 years ago

是跑atss出错了,我换个其他的方法试下。感谢回复