NWD
NWD copied to clipboard
where to find "supplementary" materials?
hi @jwwangchn where to find "supplementary" materials? since i want to use nwd to train my own dataset, so that i need to calculate the constant variable C. thanks.
I have the same question,in paper Eq.8
". In the following experiments, we empirically set C to the average absolute size of AI-TOD and achieve the best performance. Moreover, we observe that C is robust in a certain range, details will be shown in supplementary materials."
I would like to check the supplementary materials on C to confirm the related experiments of hyperparametric C.
Could you show the relevant experimental results?@jwwangchn
If the tested dataset contains many tiny objects (smaller than 16*16), I think C might be robust from 12 to 16.
I have the same question,in paper Eq.8
". In the following experiments, we empirically set C to the average absolute size of AI-TOD and achieve the best performance. Moreover, we observe that C is robust in a certain range, details will be shown in supplementary materials."
I would like to check the supplementary materials on C to confirm the related experiments of hyperparametric C.
Could you show the relevant experimental results?@jwwangchn
I found that the C equals 12.8 in this paper is the absolutely size of AITOD dataset,and I just read the paper of AITOD,the paper mentioned that the way to calculate the absolutely size is sqrt(w*h).So you can calculate the C on your own dataset for every instance and add them up and average