kadirnar / strongsort-pip

StrongSort-Pip: Packaged version of StrongSort
MIT License
13 stars 2 forks source link

Why you don't support EfficientNet #3

Open ghost opened 1 year ago

ghost commented 1 year ago

I checked init.py


__model_factory = {
    # image classification models

and found that you not support EfficientNet models, is there a reason or just don't have time for that? Thanks

kadirnar commented 1 year ago

I checked init.py


__model_factory = {
    # image classification models

and found that you not support EfficientNet models, is there a reason or just don't have time for that? Thanks

Hi, you can add this model. I'm just writing the pip code.