gstoica27 / ZipIt

A framework for merging models solving different tasks with different initializations into one multi-task model without any additional training
MIT License
286 stars 25 forks source link

Yolo Support #23

Open xiaokj37 opened 11 months ago

xiaokj37 commented 11 months ago

I'm sorry to bother you. Firstl, thanks to your implementation and code releasing. I am studying how to combine two trained yolo models into one like someone mentained before. Your readme.md say that "if you would like to run a model that is missing from the directory, please see instructions." And I'd like to ask if this ziplt merging can be applied on yolo models that implemented by myself . Thank you!

gstoica27 commented 11 months ago

Hi,

In principle, ZipIt! can be implemented on any model -- although this repository contains explicit support for CNNs. I think it could be worth a try on Yolo models.

I feel like this doesn't really answer your question though. Are you asking how you would do it?