-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import rotated_roi as rroi_align #88
Comments
需要运行rotated_align下面的make.sh文件,我在编译过程中遇到缺少依赖头文件(torch python),手动添加通过。 |
我在编译也没通过,说什么torch没有extension。请问您是如何手动添加的? |
conda配置环境 torch路径
|
好的,感谢大佬的答复!非常感谢 |
客气,我还在摸索中。 |
你好,编译完成后是会出现一个rotated_roi.py文件吗?我在编译过程没有报error,但是仍然不能训练 |
我也遇到了相同的问题,请问你解决了吗?谢谢。 |
大佬 我编译完成得到了so文件,但是还是遇到了 |
这两行可以判断python支持的后缀类型
如果后缀没错,尝试相对路径 导入问题也可以试试下面这个,除了
|
进入目录, rroi_align, 直接 python build.py develop or install 都行 |
通过将so文件路径加入环境变量解决了 |
请问您怎么配置环境的?按照readme文件配置不通。 |
export PATYPNPATH=/.././.. 配置临时环境变量 |
我运行Python build.py install命令编译不得。请问你是在pytorch0.4版本编译的么? |
找到build.py,然后右键,选择在终端打开,在输入python build.py install,就可以了 |
您是什么环境呢? |
或者说,您是怎么个配置环境流程。 |
编译后无法debug运行:报错rotated_roi.cpython-38-x86_64-linux-gnu.so: undefined symbol: |
请问rotated_roi的包如何导入呢?没有找到相关的包
The text was updated successfully, but these errors were encountered: