Maria Romanenko
Results
3
issues of
Maria Romanenko
Waiting for #61 to be resolved before merging
The following code results in an error: ```python import tensorflow as tf import numpy as np # Load the TFLite model and allocate tensors. interpreter = tf.lite.Interpreter(model_path="yolov4.tflite") interpreter.allocate_tensors() # Get...