Otto Brinkhaus
Otto Brinkhaus
Is an actual error coming with this or are you just getting warnings? The warnings mean that the CUDA drivers are not properly set up on your system (if you...
Ok, thanks. The link in the readme ([https://www.smilesdrawer.rocks/](https://www.smilesdrawer.rocks/)) should be updated though
Thanks for the quick reply. I am running this on my laptop with an Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz 2.59 GHz processor and 32 GB RAM. I doubt that...
Hey @alexey-krasnov, We have a bit of a dilemma here. The expansion is based on a connected object detection in the binarised and dilated image. If we use a bigger...
Another approach that would probably work: In the function get_seeds in [DECIMER-Image-Segmentation](https://github.com/Kohulan/DECIMER-Image-Segmentation/tree/master)/[decimer_segmentation](https://github.com/Kohulan/DECIMER-Image-Segmentation/tree/master/decimer_segmentation) /complete_structure.py, we define that the connected object detection includes everything that is covered by the mask and that...
@pythonnewbie3: Have you solved this?
@bradleyemi, any chance you can help us use the tool?
Thanks a lot!
> > > > One suggestion: if the number of mask in your pictures may varying from 0 to many. You can slightly modify the load_image_gt function in mrcnn/model.py as...
In order to facilitate verifying if an image augmentation method does what it is supposed to do, I added the section _Image augmentation_ to the notebook _inspect_balloon_data.ipynb_ in my fork...