Skip to main content
. 2021 Jan 26;21(3):823. doi: 10.3390/s21030823
Algorithm 1: FTTM Algorithm.
  Load fS(wS,hS);
  Load xT, yT;
  Fine-tune fS(wS,hS) with xT, yT;
  Test fT(wT,hS)
  Compute MAE, RMSE, CC;