qinnzou / DeepCrack

DeepCrack: Learning Hierarchical Convolutional Features for Crack Detection
253 stars 60 forks source link

test accuracy measurement #28

Open tamimdnan6240 opened 1 year ago

tamimdnan6240 commented 1 year ago

in the trainer.py file, you defined acc_op which is important for measuring accuracy. But, I found that is used in training time. So, how did you measure the F1 score in testing.py?