-
Notifications
You must be signed in to change notification settings - Fork 112
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
Change the CNN Model #24
Comments
Hi, Thanks for your interest. You can change the base network by following these steps:
|
@bilylee, |
Dear @PeterHuang2015, |
@ahkarami not sure, I am still trying to enhance the tracker, personally I suggest taking a look at these papers https://arxiv.org/abs/1802.08817 |
@PeterHuang2015, |
@bilylee Hi bilylee, I just created a new model file in embedding folder and created a new script in experiments folder mimicking the existing files, just changed max_pooling to avg_pooling in alexnet and updated config file in experimental script in which I replaced 'convolutional_alexnet' with 'my_embedding', without modifying siamese_model.py and inference/inference_wrapper.py but it works and the validation curve and result is different from the original one. Not sure if I was using original embedding or using the new one(with avg_pooling) as I did not obey your instructions above, could you please tell which model am I using in this way(pretty confused as I am not familiar with scared:cry:). Regard Checked config logs in checkpoint path, I was using original embedding file...Not sure how ex.update works. Could u please give some advice on picking up scared?(Maybe a little bit more about how you learned python and design patterns in python, really appreciate your programming skills:+1:) |
Hi,
SiamFC-TensorFlow/siamese_model.py Line 98 in 17f5156
|
@bilylee A heart-felt big thx!:heart: |
Dear @bilylee,
Thank you for your fantastic work.
I want to change the Base CNN model of your code via another one (e.g., ResNet50). Do you have any idea that how can I do that?
The text was updated successfully, but these errors were encountered: