/mFDSD

This is the code of incremental-object-detection method mFDSD

Primary LanguagePython

Multi-scale feature decoupling and similarity distillation for class-incremental defect detection of photovoltaic cells

This is the code of distillation losses in mFDSD

Base detector and enviroment

Our method can theoretically be added to any detector, default is Yolov5. The enviroment of our mFDSD follows that of the choosen detector.

Introduction of functions in distill-loss.py

Readers can apply the file distill-loss.py to any deep learning-based detectors, so as to perform the class-incremental object detection.