gmayday1997 / SceneChangeDet

pytorch implementation of scene change detection
MIT License
234 stars 73 forks source link

Layer-balancing #14

Open pmwenzel opened 5 years ago

pmwenzel commented 5 years ago

I have a question regarding the layer-balancing weights β for layer 5, 6, and 7. Do you use the THRESHS = [0.1,0.3,0.5] in the cfg files for it? If so, it seems that you are never using it in the code. Does it mean you scale the loss of layer 5 by 0.1 and layer 6 by 0.3 and layer 7 by 0.5? Can you please elaborate on that.

Thanks.