CornerNet-Lite icon indicating copy to clipboard operation
CornerNet-Lite copied to clipboard

Segmentation fault(Core Dump)?

Open h72001346 opened this issue 5 years ago • 13 comments

run demo.py after "loading from /content/ai/hdy_conornet/CornerNet-Lite/core/../cache/nnet/CornerNet_Squeeze/CornerNet_Squeeze_500000.pkl"

h72001346 avatar Apr 24 '19 09:04 h72001346

I meet same problems.

cwjhx avatar Apr 24 '19 09:04 cwjhx

@cwjhx @h72001346

Did you use gcc 4.9.2 or above? I met the same problem when compiling with gcc 4.8.5. I solved it by compiling with gcc 5.3.1.

Hope this helps.

taosean avatar Apr 24 '19 12:04 taosean

gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2)

cwjhx avatar Apr 24 '19 12:04 cwjhx

gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2)

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

LCWdmlearning avatar Apr 25 '19 10:04 LCWdmlearning

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

LCWdmlearning avatar Apr 25 '19 10:04 LCWdmlearning

I have not solved it .

cwjhx avatar Apr 25 '19 12:04 cwjhx

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

cwjhx avatar Apr 28 '19 03:04 cwjhx

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

LCWdmlearning avatar Apr 29 '19 03:04 LCWdmlearning

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html install gcc 5.4.0,try it

cwjhx avatar Apr 29 '19 04:04 cwjhx

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

LCWdmlearning avatar Apr 30 '19 07:04 LCWdmlearning

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

Hi,how did you install gcc 5.4? My cuda is 9.0, gcc is 4.9.2,pytorch is 1.0.0,will it work if I updata gcc to 5.4?

yyangmei avatar May 27 '19 13:05 yyangmei

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1. I solved it by compiling with gcc 7.3.0. Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

Hi,how did you install gcc 5.4? My cuda is 9.0, gcc is 4.9.2,pytorch is 1.0.0,will it work if I updata gcc to 5.4?

You'd better update CUDA to 10.0,and update gcc to 5.4 or Higher version. and try to pull the project again . Finally, follow the tutorial to run the code. Good luck for you.

LCWdmlearning avatar May 29 '19 10:05 LCWdmlearning

@LCWdmlearning I installed gcc 5.4.0, cuda 10.1, pytorch is 1.0.0, but still appear Segmentation fault. Please give me suggestions. thanks

hejinsome avatar May 30 '19 12:05 hejinsome