catalyst-team / segmentation

Catalyst.Segmentation
https://github.com/catalyst-team/catalyst
Apache License 2.0
28 stars 10 forks source link

How to evalute my trained model #55

Open BrunoKrinski opened 3 years ago

BrunoKrinski commented 3 years ago

Hi, I performed the training using the semantic segmentation pipeline available here. I would like to know how I evaluate the trained model in a test dataset? by reading the files, I think it is something with the infer stage but I didn't understand how to use it. And I didn't find any place to set the path to my trained weights. Thanks.