-
Notifications
You must be signed in to change notification settings - Fork 182
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
请问有人用windows配置环境吗 #52
Comments
hi @daili650 , Have you added cuda to your environment variable? |
cuda and cudnn package setup needs to be there. set the path in Environment Variable. |
hi, i face the following error as well when trying to compile in windows system. |
遇到了同样的问题,请问您是怎么解决的 |
You need to add the cuda path to bashrc. PATH=${CUDA_HOME}/bin:${PATH} |
可以训练,但是无法测试。出现以下问题: |
你可以改一个不用多进程的测试脚本。 PS:挺多人问我windows下面怎么跑这个repo的,我也不会,方便的话请你写一个教程。 |
大佬好,感谢大佬回复。我要是可以跑了,就把win教程发在您这里
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年1月11日(周二) 中午11:08
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [yangxue0827/RotationDetection] 请问有人用windows配置环境吗 (Issue #52)
你可以改一个不用多进程的测试脚本。
PS:挺多人问我windows下面怎么跑这个repo的,我也不会,方便的话请你写一个教程。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID: ***@***.***>
|
非常感谢 @LUO77123 |
I experience above the problem. I think the solution is cpp to py. because, rbbox_overlaps.cpp module don't read on train.py of each tools. please, if you can translation cpp to py, upload code for us. what is path of each parameter below capture. (cudaconfig) window cuda toolkit bin is below capture and I want to know what kind of cuda toolkit file for composition parameters of cudaconfig i download cuda toolkit url is https://developer.nvidia.com/cuda-10.1-download-archive-base?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal. if, you can download cuda toolkit, tell me about file name consistent with parameters of cudaconfig. |
请教您一下关于rotationDetection这个代码如何可以在Windows跑通,我尝试搜索解决方案,但都没有效果,特向您请教!谢谢@LUO77123 |
python setup.py build_ext --inplace命令报错
Traceback (most recent call last):
File "setup.py", line 55, in
CUDA = locate_cuda()
File "setup.py", line 43, in locate_cuda
raise EnvironmentError('The nvcc binary could not be '
OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME
The text was updated successfully, but these errors were encountered: