Skip to content

problem about training the SOS  #2

@Cocofeat

Description

@Cocofeat

when I train the SOS, I found the dice results of small organs are always equal to zero.
if results['heatmap'][0, j, :, :, :].max() > 0.6:
z, x, y = results['location'][j]
smallOutput[j, HSi+z-4:HSi+z+4, x-32:x+32, y-32:y+32] += F.sigmoid(results['small_result'][0, j, :, :, :])

                    small_counter[j, HS*i+z-4:HS*i+z+4, x-32:x+32, y-32:y+32] += small_one_count

I found that the condition of the "if results['heatmap'][0, j, :, :, :].max() > 0.6" always failed. Can you give some suggestions? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions