-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
PaddleDetection报错:FatalError: Segmentation fault
is detected by the operating system.
#9186
Open
1 task done
Comments
您好 请给出具体的执行命令 便于复现 |
报错的情况有点多,这也是今天发现的情况。
在github上的报错,按照官方提供的教程https://aistudio.baidu.com/projectdetail/3022582,执行到这一步时(没有训练,直接下载的训练权重进行测试)python tools/infer_mot.py -c configs/mot/fairmot/fairmot_dla34_30e_1088x608.yml -o weights=output/fairmot_dla34_30e_1088x608.pdparams --image_dir=dataset/mot/MOT16/images/test/MOT16-01/img1 --save_videos 报错上述错误。这个问题已经得到了解决,将2.7版本的ppdetection转为2.5版本后可正常使用。
最后,如果将ppyoloe的backbone替换为swin也报上述错误,具体执行代码,参照ppyoloe-develop configs下的swin文件
运行 ubuntu20.04 paddle2.6 cuda11.2
…------------------ 原始邮件 ------------------
发件人: "PaddlePaddle/PaddleDetection" ***@***.***>;
发送时间: 2024年10月23日(星期三) 晚上8:32
***@***.***>;
***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleDetection] PaddleDetection报错:FatalError: `Segmentation fault` is detected by the operating system. (Issue #9186)
您好 请给出具体的执行命令 便于复现
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
您好,我们跟进下,同时可以在框架提下issue,推理报错应该是底层算子的问题。 |
收到,感谢!所以这个问题能否解决,以后又该如何避免。还是只能通过更换旧版本回避?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年10月28日(周一) 中午11:38
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleDetection] PaddleDetection报错:FatalError: `Segmentation fault` is detected by the operating system. (Issue #9186)
您好,我们跟进下,同时可以在框架提下issue,推理报错应该是底层算子的问题。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
暂时可以使用旧版本。因为目前框架为beta版,发布稳定版本会修复。 |
谢谢,最后再请问您这里提到的旧版本。是指使用旧的PaddlePaddle深度学习框架,还是使用旧的PaddleDetection等开发套件?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年10月28日(周一) 下午2:13
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleDetection] PaddleDetection报错:FatalError: `Segmentation fault` is detected by the operating system. (Issue #9186)
暂时可以使用旧版本。因为目前框架为beta版,发布稳定版本会修复。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
框架 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题确认 Search before asking
请提出你的问题 Please ask your question
我在使用PaddleDetection的过程中遇到过好多次
C++ Traceback (most recent call last):
0 deflateReset
Error Message Summary:
FatalError:
Segmentation fault
is detected by the operating system.[TimeInfo: *** Aborted at 1728999528 (unix time) try "date -d @1728999528" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x79f100000000) received by PID 2417453 (TID 0x79f2a9006600) from PID 0 ***]
段错误 (核心已转储)
使用Paddledetection提供的多目标追踪测试代码时报错,之前将ppyoloe的backbone替换为swin后也报这个错。其他大部分代码正常使用时,均不会产生此问题。
请问我的问题在哪儿?在网络上实在没找到该问题的解答。
我的Paddle版本2.6 PaddleDetection2.7 CUDA11.3
The text was updated successfully, but these errors were encountered: