YonghaoHe / LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices

A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
MIT License
1.31k stars 330 forks source link

pedestrian_detection训练时出错 #48

Open codersabrinalee opened 4 years ago

codersabrinalee commented 4 years ago

python configuration_30_320_20L_4scales_v1.py 训练网络出现错误,找了好久原因还是没有解决,主要有三个错误, 1是 Traceback (most recent call last): File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1623, in simple_bind ctypes.byref(exe_handle))) File "/home/clb/env/lib/python3.5/site-packages/mxnet/base.py", line 253, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [10:27:07] src/storage/storage.cc:119: Compile with USE_CUDA=1 to enable GPU usage Stack trace:

2是: File "/home/clb/env/lib/python3.5/site-packages/mxnet/module/executor_group.py", line 662, in _bind_ith_exec shared_buffer=shared_data_arrays, **input_shapes) File "/home/clb/env/lib/python3.5/site-packages/mxnet/symbol/symbol.py", line 1629, in simple_bind raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments:

3是 terminate called without an active exception Aborted (core dumped) 能否指点一下解决方法 非常感谢

YonghaoHe commented 4 years ago

@codersabrinalee 你的mxnet版本有问题,没有GPU支持?