Results 11 comments of [email protected]

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. ![single_sensor_original_01 png_8b1987ac-0328-4083-832d-2ee6c6bae173](https://user-images.githubusercontent.com/86786056/139700424-0b30ee6a-e4dc-46e0-a929-1ecbc180218b.png) ![single_sensor_original_07 png_f99f4483-84cd-4af0-8395-fab91caa3cf1](https://user-images.githubusercontent.com/86786056/139700441-64843c0f-1014-47f3-b080-c7bfdcff5579.png) ![single_sensor_original_08 png_99218f01-25a3-4b06-b25b-58d802c19620](https://user-images.githubusercontent.com/86786056/139700575-bba134e3-83c4-484f-9e3e-bb9c7c10158a.png) 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...

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)