private val model = ModelFactoryImpl(appContext).fromAsset("yolov4.tflite") private val tensorflow = Interpreter(model)
Converted a yolo