-
Notifications
You must be signed in to change notification settings - Fork 927
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
Non square images representation #133
Comments
I've substantially refactored the tool, fixed many bugs, among them the tool ability to work on rectangular inputs instead of squares Latest version is in https://github.com/arikpoz/deep-visualization-toolbox |
@arikpoz I glad you answered, because I am already using your improved version (thx for the great job BTW!) so the issue still happens. |
I recall working with non rectangular without issues, other than the ones I've fixed |
@arikpoz Thanks for your sharing. And I have a question that when I am trying to visualize the VGG16 trained on the Faster R-CNN, I modified the mean.npy, prototxt,labels.txt and weights( I did not rename these files, I put them in the demo's folder and keep these the same name with the demo) And then I got the error like this: |
Are you using a custom caffe version? Was your model trained with custom caffe? |
@arikpoz My model was not trained here, and the caffe was not installed by me, I am not sure the version. |
@arikpoz I learned that the Faster-RCNN requires its own branch of caffe. This branch includes roi_pooling_layer and its associated parameters. |
Either add the changes from your custom caffe to the caffe DeepVis tool uses, or if possible, retrain your faster-rcnn using latest caffe from master, if it contains the relevant roi-pooling layer |
Hi,
Input blob in my deploy prototxt has 224x288 dimensions (bvlc-googlenet).
2 things are bothering me:
Is there any way the GUI can be fixed to show the whole image and not the cropped one?
The text was updated successfully, but these errors were encountered: