-
Notifications
You must be signed in to change notification settings - Fork 41
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
Try using other network architectures #1
Comments
@marco-c I am planning to add, Resnet along with a siamese module as class now. Later I will proceed using pretrained models of these networks (Vgg, Resnet) and compare the accuracies. Then we will have a better picture about how to proceed (As I said in #2). If you have something specific in mind, please let me know. |
We can test pre-defined and later fine-tuned networks, but I'm concerned about the size of the input layer, because a small length could distort and skew the relevant visual representation of the bug. |
@nok Yes, I understand. |
@marco-c Do you have any specific architecture in mind? Or perhaps we could add support for attention based layers ? |
@marco-c Do you think a YOLO type network will be good to identify relevant ROIs and then classify them? |
I don't have specific ideas, we should just add whatever we think might work for us and then compare the results. |
@marco-c , Is there a documentation I can read? |
I'm going to improve the documentation (#77). At the moment, the documentation is the code (which is not too much anyway).
Sounds good to me. I have never used them myself, but it's worth testing them and comparing them with other solutions. |
I've updated README to add more documentation. Feel free to ask if you still have some doubts. |
@marco-c . Thanks. |
I found this architecture Simnet by Amazon Development Services, it uses a variation of Siamese network, they use 2 extra shallower models trained on downsampled images alongside the ImageNet, I can try implementing this, what are your thoughts? |
@Trion129 sounds good, please file an issue ( |
@marco-c should we try out vgg19 , the microsoft resnet and other forms of inception later on ? i mean can we add them in networks.py? |
Sure, we can add them. |
Closing in favor of #194. |
Former-commit-id: 0bea3bc5f1a3dff3dd3813f9ed7de6958ca99f7f
No description provided.
The text was updated successfully, but these errors were encountered: