[openvino] Problem Description: attributeerror: ‘openvino. Information’_ engine.ie_ api.IENetwork‘ object has no attribute ‘input_ Info ‘
this is due to the version problem. I use 2020.3.355, which is different from that on station B
next(iter(net.input_info))
Change to
next(iter(net.inputs))
There is also a small pit
n, c, h, w = net.inputs[input_blob].input_data.shape
Change to
n, c, h, w = net.inputs[input_blob].shape
Read More:
- [Solved] AttributeError: ‘depthai.node.ObjectTracker‘ object has no attribute ‘setTrackerIdAssigmentPolicy‘
- [Solved] redis Error: AttributeError: ‘list‘ object has no attribute ‘decode‘
- Pyqt5 Error: AttributeError: ‘QWidget‘ object has no attribute ‘setCentralWidget‘
- TensorFlow error: AttributeError: module ‘tensorflow_core._api.v2.train’ has no attribute ‘Optimizer‘
- Yolox_s.pth Convert to tensorRT Error: AttributeError: ‘tensorrt.tensorrt.Builder‘ object has no attribute ‘max_workspace_size‘
- ROS package executes rosrun error: attributeerror: ‘thread’ object has no attribute ‘isalive‘
- [Solved] AttributeError : ‘GridSearchCV‘ object has no attribute ‘grid_scores_‘
- [Solved] AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘
- PySpark error: AttributeError: ‘NoneType‘ object has no attribute ‘_jvm‘
- Tensorflow error: attributeerror: module ‘tensorflow_ API. V1. Train ‘has no attribute’ summarywriter ‘
- Numpy.exp Function Error ‘Float’ object has no attribute ‘exp’
- [Solved] OpenCV Error: AttributeError: module ‘cv2‘ has no attribute ‘data‘
- [Jeston Xavier NX Compile librealsense Error] AttributeError: module ‘pyrealsense2‘ has no attribute ‘pipeline‘
- Peewee insert data error:’buffer’ object has no attribute’translate’
- [Solved] AttributeError: module ‘keras.preprocessing.image‘ has no attribute ‘load_img‘
- Attributeerror encountered when using ceilometer and gnocchi to execute commands related to gnocchi metric list: _Environ instance has no attribute ‘
- [Solved] Postcss Error: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema.
- [Solved] Raspberry Pi Error: AttributeError: module ‘serial‘ has no attribute ‘Serial‘
- module ‘networkx’ has no attribute ‘from_pandas_dataframe’
- [How to Solve] Tesorflow: module ‘pandas.core.computation’ has no attribute ‘expressions’