I install mxnet from This link and test with resnet18 working but when I try to :
from mxnet import image
And then look Image got issue like this :
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “train.py”, line 120, in
for i, (data, label) in enumerate(train_data):
File “/usr/local/lib/python3.6/dist-packages/mxnet/gluon/data/dataloader.py”, line 484, in next
batch = pickle.loads(ret.get(self._timeout))
File “/usr/lib/python3.6/multiprocessing/pool.py”, line 644, in get
raise self._value
mxnet.base.MXNetError: Traceback (most recent call last):
File “/home/nvidia/mxnet/mxnet/src/io/image_io.cc”, line 250
MXNetError: Build with USE_OPENCV=1 for image io.
Hello, I try to import some librery got issue like :
from mxnet.contrib import onnx as onnx_mxnet
I run python3 in command line got issue like this :
[libprotobuf ERROR google/protobuf/descriptor_database.cc:109] Symbol name “onnx.AttributeProto” conflicts with the existing symbol “onnx.AttributeProto”.
[libprotobuf FATAL google/protobuf/descriptor.cc:1164] CHECK failed: generated_database_->Add(encoded_file_descriptor, size):
terminate called after throwing an instance of ‘google::protobuf::FatalException’
what(): CHECK failed: generated_database_->Add(encoded_file_descriptor, size):
Aborted (core dumped)