Skip to content
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

[功能修复] 第三方库 L0CV 开发问题 #18

Open
Charmve opened this issue Jul 23, 2021 · 0 comments
Open

[功能修复] 第三方库 L0CV 开发问题 #18

Charmve opened this issue Jul 23, 2021 · 0 comments
Labels
👐 open-question open-question for all readers discussing 🏇wontfix This will not be worked on

Comments

@Charmve
Copy link
Owner

Charmve commented Jul 23, 2021

问题描述:本地测试时,通过 python3 可直接加载,完成使用,但在 /code 中 测试python3 L0CV_test.py,出现一下bug信息。

[libprotobuf FATAL google/protobuf/stubs/common.cc:87] This program was compiled against version 3.9.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.17.1).  Contact the program author for an update.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "bazel-out/k8-opt/bin/tensorflow/core/framework/tensor_shape.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  This program was compiled against version 3.9.2 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.17.1).  Contact the program author for an update.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "bazel-out/k8-opt/bin/tensorflow/core/framework/tensor_shape.pb.cc".)
Aborted (core dumped)

代码结构:

code
├── L0CV
|   ├── __init__.py
|   ├── tensorflow.py
|   ├── torch.py
|   └── utils.py
├── ...
├── L0CV_test.py
└── setup.py

源代码 https://github.com/Charmve/computer-vision-in-action/tree/main/code/

理想输出:

L0CV

@Charmve Charmve added 🏇wontfix This will not be worked on 👐 open-question open-question for all readers discussing labels Jul 23, 2021
@Charmve Charmve pinned this issue Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👐 open-question open-question for all readers discussing 🏇wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant