ZitongYu / CDCN

Central Difference Convolutional Networks (CVPR'20)
Other
553 stars 179 forks source link

How to choose val threshold to test data without label #62

Open Wamgz opened 1 year ago

Wamgz commented 1 year ago

when testing the model, I find you use label info to calculate best val threshold. However, without label info, how do you choose val threshold? In other words, can you share the model test code?