Skip to content

Maskrcnn crater prediction#10

Open
nemaderinku wants to merge 2 commits into
DREAMS-lab:masterfrom
nemaderinku:dev_rinku_prediction
Open

Maskrcnn crater prediction#10
nemaderinku wants to merge 2 commits into
DREAMS-lab:masterfrom
nemaderinku:dev_rinku_prediction

Conversation

@nemaderinku

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread crater_prediction.py
    """
    # Give the configuration a recognizable name
    NAME = "crater"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the input image size is unknown

Comment thread crater_prediction.py
    STEPS_PER_EPOCH = 50

    # Skip detections with < 90% confidence
    DETECTION_MIN_CONFIDENCE = 0.9

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a smaller threshold during training

Comment thread crater_prediction.py
        else:
            super(self.__class__, self).image_reference(image_id)

def color_splash(image, mask):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you test this function using images and annotations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants