BiSeNet icon indicating copy to clipboard operation
BiSeNet copied to clipboard

Any suggestions for optimization?

Open laocan opened this issue 3 years ago • 2 comments
trafficstars

any suggestions for optimization?

  1. Speed up the reasoning
  2. improve the accuracy of segmentation details thx!

laocan avatar Aug 02 '22 12:08 laocan

This is what the researchers are doing everyday, isn't it? Maybe you can read paper of your interest and try the proposed method.

CoinCheung avatar Aug 04 '22 05:08 CoinCheung

For part 2: I've added Diceloss for 2-class seg(for unbalanced labels) and multiplied the different losses(pre, aux, dice) with weights([1,0.5,1]) but get worse result. ===> now, I fix the weight equally and train again. BTW the training process is so slow...

laocan avatar Aug 08 '22 06:08 laocan

Good job!!! I am closing this.

CoinCheung avatar Nov 15 '22 03:11 CoinCheung