G-U-N / PyCIL

PyCIL: A Python Toolbox for Class-Incremental Learning
Other
815 stars 138 forks source link

Whether the code can be applied to object detection such as yolo? #42

Closed ishulei closed 1 year ago

ishulei commented 1 year ago

Hello, is ur code only applicable to classification networks? Can it be used in object detection networks? I want to implement EWC on YOLO, and I wonder if u have relevant suggestions. Thank u for ur work and acvice.

haoduoylgzz commented 1 year ago

I'm also interested in this particular question. Any guidance or suggestions would be greatly appreciated.

zhoudw-zdw commented 1 year ago

Hello,

Since the team for this project does not have the background for broader cv tasks, we only focus on the general classification tasks. But I think there are many works addressing incremental object detection, where you can refer to for more details.