hey! I was having issues running the code on my local computer.. so it was important to me, I followed this issue here: https://stackoverflow.com/questions/61390089/ignoring-layers-with-arguments-in-init-must-override-get-config I added the def get_config.... in...
_import imageai from imageai.Detection.Custom import DetectionModelTrainer train the custom model trainer = DetectionModelTrainer() trainer.setModelTypeAsYOLOv3() trainer.setDataDirectory(data_directory='scada_all') trainer.setTrainConfig(object_names_array=["tag"], batch_size=4, num_experiments= 100, train_from_pretrained_model=(\bla\pretrained-yolov3.h5) train = trainer.trainModel() print(train) evaluation of the model metrics =...
I have different styles of images. I'm not sure if the quality is too low.    And I would detect in a picture very similar,...
it varies like in this examples, from 76x57 to 1037x612
Thanks a lot! The object detection model works, but not for every input image I provide. I'll try to improve my dataset. Thanks a lot again!!
I could fix in general. The main issue now is that the model doesn't work for every image I give as an input. I'm increasing the epochs to try to...
Thanks! So far my accuracy is very low anyways. I don't know if its due to my dataset, but I provided a lot of images. However many of them are...
Augmentor library from python
oh sorry for the delay. p.rotate(probability=0.9, max_left_rotation=10, max_right_rotation=10) p.zoom(probability=0.3, min_factor=1.1, max_factor=1.6)