cs-flow icon indicating copy to clipboard operation
cs-flow copied to clipboard

n_scales parameter

Open CharlesAntoineParent opened this issue 2 years ago • 3 comments

Hello ! I was wondering why there was an option to configure the number of scale produce by the feature extractor if nf blocks are always supposed to get 3 scales ? Thank you

CharlesAntoineParent avatar May 05 '22 14:05 CharlesAntoineParent

Hi, unfortunately, there is currently no option to configure the number of scales. n_scales is used for many parts of the code for readability, but not for the NF architecture itself.

Best regards, Marco Rudolph

marco-rudolph avatar May 06 '22 08:05 marco-rudolph

Thank you for the quick answers. I was wondering if you tried getting multi scale representation by using a backbone that produces different scales only with one propagation (like Darknet + Path aggregation network in yolo) instead of getting representation by doing multiple propagation in the backbone ?

CharlesAntoineParent avatar May 30 '22 14:05 CharlesAntoineParent

I tried this, but got a slightly worse performance for MVTec. It might be beneficial for other datasets.

marco-rudolph avatar May 31 '22 11:05 marco-rudolph