HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)
MIT License
686 stars 177 forks source link

Segment error (Core dumped) #31

Open zzx0836 opened 5 years ago

zzx0836 commented 5 years ago

Segment error (Core dumped)

pravn commented 4 years ago

I have the same error. Pytorch 0.3.0.post4, cuda-8.0


(env_stereo) pytorch@deepDSP01:~/perception/Stereo-RCNN$ python demo.py 
load checkpoint models_stereo/stereo_rcnn_20_6477.pth
load model successfully!
QObject::moveToThread: Current thread (0x5629e7138960) is not the object's thread (0x562a519cd500).
Cannot move to target thread (0x5629e7138960)

Segmentation fault (core dumped)
coderoda commented 4 years ago

got the same error Any solution to this ?

zzx0836 commented 4 years ago

I ran the experiment in a Docker virtual environment. I haven't had this error since I regenerated the Docker container. 

------------------ 原始邮件 ------------------ 发件人: "Sidhant Subramanian"<notifications@github.com>; 发送时间: 2020年5月28日(星期四) 凌晨4:39 收件人: "HKUST-Aerial-Robotics/Stereo-RCNN"<Stereo-RCNN@noreply.github.com>; 抄送: "1416055750"<1416055750@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [HKUST-Aerial-Robotics/Stereo-RCNN] Segment error (Core dumped) (#31)

got the same error Any solution to this ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wxykw commented 2 years ago

I met the same problem, have you solved it