Results 4 issues of [email protected]

Hello everyone, I'm trying to run a custom model detection as the example script with the hololens _"from imageai.Detection.Custom import DetectionModelTrainer trainer = DetectionModelTrainer() trainer.setModelTypeAsYOLOv3() trainer.setDataDirectory (data_directory = "/content/hololens") trainer.setTrainConfig...

I'm trying my own dataset on the custom object detection tutorial in google COLAB and I get the error below. Someone else? /usr/local/lib/python3.7/dist-packages/tensorflow/python/data/ops/dataset_ops.py:4212: UserWarning: Even though the `tf.config.experimental_run_functions_eagerly` option is...

Hello everyone, Did someone already tried to change the imageai script to read the annotations in json format instead of xml? Could this bring improved to the results? Thanks :)

My model comes out with good accuracy after 100 epochs, however, when to detect the objects in a random image, nothing is detected. Someone here really used ImageAI on your...