Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

models.py is unused and useless #6

Open
hermancollin opened this issue Sep 9, 2024 · 0 comments
Open

models.py is unused and useless #6

hermancollin opened this issue Sep 9, 2024 · 0 comments

Comments

@hermancollin
Copy link
Member

The models.py file contains a class definition for a model that is never used, neither in the training nor anywhere else. Usually, this file is where we put all models for a project, but I only see a child class of ultralytics.YOLO. RetinaNet should be added as well. Such a file can also be useful to abstract the backbone implementation of the model (i.e. it would allow us to call axondetection_model.predict() regardless of if its a YOLO or RetinaNet model).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant