thepate94227
thepate94227
Hello, when i use your tool, there is a bug. If i have a rope which is arranged like a circle, your tool give me this output: This is the...
Hey Golbstein, thank you for your code. I am trying to implement it, but i get an error: ``` Traceback (most recent call last): File "segmentation.py", line 65, in rotation=False,...
I created a DeepLab Model and want to train it with my own data. DeepLab want for Ground Truth the Labels in a stack. So for example: My image shape...
I first explain my task: I have nearly 3000 images with the shape (300,200) from two different ropes. They contain rope 1, rope 2 and the background. My Labels/Masks are...
Hi, thank you for your code. It helped me a lot. I used part of your notebook file mask_rcnn.ipynb, but converted it to a .py file and split it up...