onnx2ncnn error

laximzn5  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(38)

error log | 日志或报错信息 | [libprotobuf FATAL google/protobuf/generated_message_util.cc:818] CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning):

terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning):

context | 编译/运行环境 protobuf 3.9.2

how to reproduce | 复现步骤 | 再現方法

more | 其他 | その他

@nihui ,

vyswwuz2

vyswwuz21#

@taxuezcy Hi, the reported error message is not so informative. We just see it is an error print by the protobuf library, can't make sure if this caused by onnx2ncnn.

e.g. If we search the key word visit_status in ncnn source project, we get nothing.

Please consider add more informations, including:

  • Complete call stack for the error message
  • The C++ code or command line arguments that produce this error
  • Necessary asset files such as the model file
  • Version info about the onn2ncnn
  • Build info, such as your system, etc.
disho6za

disho6za2#

@taxuezcy Hi, the reported error message is not so informative. We just see it is an error print by the protobuf library, can't make sure if this caused by onnx2ncnn.

e.g. If we search the key word visit_status in ncnn source project, we get nothing.

Please consider add more informations, including:

  • Complete call stack for the error message
  • The C++ code or command line arguments that produce this error
  • Necessary asset files such as the model file
  • Version info about the onn2ncnn
  • Build info, such as your system, etc.

this error I have solved ,thank you for your reply!

相关问题