iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

experiments: Evaluate on full image size #176

Closed daavoo closed 1 year ago

daavoo commented 1 year ago

We are resizing the ground truth masks to the size used during training when we should be doing the opposite: resizing the predicted masks to the original size of the ground truth mask:

https://github.com/iterative/example-repos-dev/blob/bad378dfcf87bb6d2df4bd39c0e8c431290712c1/example-get-started-experiments/code/src/evaluate.py#L81