You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
First go to cocoapi\PythonAPI\setup.py and change a line from from: extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'],
to extra_compile_args={'gcc': ['/Qstd=c99']},
It did not work because of TypeError: can only concatenate list (not "dict") to list make:.
Further down in the comments, @TonyNgo1 mentions that he also gets the error and suggests removing the line entirely. It works.
However, I am still unable to make Detectron.
Any ideas or references?
2227 Warning(s)
0 Error(s)
Time Elapsed 00:05:28.53
"Caffe2 built successfully"
Operating system: ?
Compiler version: ?
CUDA version: 9.2
cuDNN version: ?
NVIDIA driver version: 398.36
PYTHONPATH environment variable: ?
I do not see an environment variable with this name when I look under my environment variables.
Hi @aw236, we do not provide support for building on Windows at this time (see #454, #276 and #25 for discussions that may be helpful). Sorry for the inconvenience.
I am trying to install Detectron on my Windows 10 PC with a GTX 1070.
I followed the directions.
DETECTRON=/path/to/clone/detectron
on the make step, I get the following error:
I searched the Internet for:
cl : Command line error D8021 : invalid numeric argument '/Wno-cpp'
.I found a number of solutions:
The solution being:
It did not work because of
TypeError: can only concatenate list (not "dict") to list make:
.Further down in the comments, @TonyNgo1 mentions that he also gets the error and suggests removing the line entirely. It works.
However, I am still unable to
make
Detectron.Any ideas or references?
Operating system: ?
Compiler version: ?
CUDA version: 9.2
cuDNN version: ?
NVIDIA driver version: 398.36
PYTHONPATH
environment variable: ?I do not see an environment variable with this name when I look under my environment variables.
python --version
output:The text was updated successfully, but these errors were encountered: