ethz-asl / background_foreground_segmentation

12 stars 2 forks source link

Created evaluation script for baseline models #11

Closed renezurbruegg closed 3 years ago

renezurbruegg commented 3 years ago

Created script to evaluate models on dataLoader validation dataset. Here are the results for densityModel and nyuPretrained:

image

renezurbruegg commented 3 years ago

Also - off topic: Can i delete merged branches?

renezurbruegg commented 3 years ago

About ccf6a31

Had to remove all tf.squeeze() operation as somehow the tensorflow graph can not deal with them. tf.keras.MeanIOU has some shape.ndims check, which will fail if the shape of a tensor is not completely known while building the graph :angry:

hermannsblum commented 3 years ago

Also - off topic: Can i delete merged branches?

yes, and please do (delete them also on github) once you no longer need them, that helps keeping an overview

renezurbruegg commented 3 years ago

@hermannsblum could you have a look at this if you have time? I would like to open up a pull request for the training code, but if possible would like to close this one first in order to not have too many changes.

I can wait, if you don't have time. Just wanted to make sure it was not forgotten.

hermannsblum commented 3 years ago

@renezurbruegg done :)