Skip to content
#

instance-segmentation

Here are 165 public repositories matching this topic...

TCHERAKAmine
TCHERAKAmine commented Apr 5, 2020

Hello All;

Hope your are doing well;

In Mask RCNN I would like change the color of the mask to be White with the Alpha = 1, I change it frome the right place in vizualize.py, but anything change the mask color still red or blue or another color, why the changes on vizualize.py dont have effect ?

aksharpatel47
aksharpatel47 commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
I use macOS when I'm labeling and verifying images. When I delete a label, the warning dialog box pops up. Currently, pressing Enter selects "No" in the dialog box. There is no way to change it to "Yes" using just the keyboard. Also, when I select to delete the label, I'm certain I want to delete it. If I deleted the label by mist

tim94173
tim94173 commented Mar 11, 2020

when i run
"python computeProposals.py --arch DeepMask --resume $DEEPMASK/pretrained/deepmask/DeepMask.pth.tar --img ./data/test.jpg", I get this error result:

File "computeProposals.py", line 66, in main _, contours, _ = cv2.findContours(mask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ValueError: not enough values to unpack (expected 3, got 2)

how can i sovle it ,thank you

Improve this page

Add a description, image, and links to the instance-segmentation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the instance-segmentation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.