Skip to content

Visualization of model evaluation (image, true mask, predicted mask) #607

Answered by yiheng-wang-nv
HripsimeS asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @HripsimeS , please put original_image = loader(test_data[0]["image_meta_dict"]["filename_or_obj"])[0] within your for loop:

for i, test_data in enumerate(test_loader):
    original_image = loader(test_data[0]["image_meta_dict"]["filename_or_obj"])[0]
   ...

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@HripsimeS
Comment options

@yiheng-wang-nv
Comment options

@HripsimeS
Comment options

@yiheng-wang-nv
Comment options

@HripsimeS
Comment options

Answer selected by HripsimeS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants