-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comparing Models for Different Tasks (Image Classification v.s. Object Detection)? #9
Comments
Tried
but got
Any help would be appreciated @AntixK. Thanks! |
@bryanbocao . Have you solved the error AttributeError: 'tuple' object has no attribute 'flatten'. |
@ratom unfortunately, not yet. I tried other projects later. |
@ratom The layer where I got the error seemed to be right after a backbone (haven't rigorously verified it). So I simply just find those layers with errors and ignore them. |
Hi, I am currently working on comparing different object detection models, but I have not been successful in finding a suitable implementation for this functionality. I was wondering if you have come across any projects or resources that could help me achieve this goal. If you have any experience with this type of comparison or know of any relevant tools, libraries, I would be very grateful for your guidance. Thank you in advance for your time and assistance. |
Thanks for sharing the code. I see that the models in the examples in this repo are all for classification. I was wondering if we can compare two models that do different tasks such as one for classification (Reset) and the other for object detection (YOLO)?
Thanks!
The text was updated successfully, but these errors were encountered: