Testbild
Testbild
Hello, I have a question regarding the "res" in the test_mlt_base.py . The result_queue is initialized with` result_queue = Queue(500)`, which to my understanding creates a Queue object with length...
Hi everyone, I have the following issue: I want to augment only part of the image. Essentially I want to do what is shown here in this example: https://imgaug.readthedocs.io/en/latest/source/examples_segmentation_maps.html#a-simple-example only...
Hi everyone, is there a way to automatically tune the hyperparameters, like you can do with the keras tuner random search? I tried to implement it, but I could not...