Open kuntoro-adi opened 3 years ago
Hi,
Which part of the code compute the approximation of semantic drift compensation? I mean, equation (10) and (11) in the paper.
Thank you.
You can find the approximation code here: https://github.com/yulu0724/SDC-IL/blob/master/test.py#L240-L244 with displacement function.
Hi,
Which part of the code compute the approximation of semantic drift compensation? I mean, equation (10) and (11) in the paper.
https://openaccess.thecvf.com/content_CVPR_2020/papers/Yu_Semantic_Drift_Compensation_for_Class-Incremental_Learning_CVPR_2020_paper.pdf
Thank you.