Marcus D. Bloice
Marcus D. Bloice
@ssundar6087 Ok, well what is also strange is that your error message contains no text. Normally you'd get something about why the image failed to save, but the error `Error...
Oh, and what version of Augmentor are you using? You can check it quickly using ```python import Augmentor print(Augmentor.__version__) ``` The current version is 0.2.0.
Ok, what does your folder structure look like? I mean the structure of the images folder relative to the ground_truth directory, and the contents of these folders. For example, are...
@ssundar6087, thanks for letting me know, I will fix that bug ASAP. I suppose my tests didn't pick up that scenario, but I am pleased there is a workaround for...
Hi @ArthurSav yeah if you have 1 class then it is best to initialise in a directory that contains only the images for that class. If you have multiple classes...
Hi @gachiemchiep thanks a lot for putting so much effort into this, and apologies for the delay responding. I have had teaching duties at work among other things which made...
Hi @luciaL, @hardik124, @npielawski - first off sorry for the delay in replying, I have been away for most of the summer. Are you using TensorFlow? I have not tested...
Hi @paulfauthmayer yeah, that's a nice idea, I hadn't thought of that. I will add that to the `process( )` function in the next update. Right now though I think...
Hi @hardiktechnoplanet, that is a nice idea. Right now there is no way to do this, however it would be quite easy to add such a feature. Like I said...
Hi, Thanks for reaching out! I had a look at the two techniques you mentioned, could they be applied in an automated manner? For example, for the **Feature Distribution Matching**...