Md Hafizur Rahman
Md Hafizur Rahman
@WongKinYiu is there any expected date to publish code for Mask training?
@MiguelAngeloMartinsRibeiro is it possible to get each mask separately of the detected object with the original image size? I am trying to extract each object's length, width, and mask area....
@MiguelAngeloMartinsRibeiro, your solution link is not activated any more. Can you please share your solution again? TIA
@MiguelAngeloMartinsRibeiro Thank you! I got it from another post.
> I searched in eval.py where the mask is encoded. These two lines are the following: > > ` rle = pycocotools.mask.encode(np.asfortranarray(segmentation.astype(np.uint8))) rle['counts'] = rle['counts'].decode('ascii') # json.dump doesn't like bytes...
@3goto Did you find any solution? I changed my code image to images. Till now, I am facing the same problem. The training process failed after some iterations.
@creator-947 At first, I used more than 8 augmentation sequences. Then, I reduced it, and worked for me. Perhaps, my computer GPU couldn't run the training process for a higher...