-
Notifications
You must be signed in to change notification settings - Fork 924
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
Changes in the toolbox with lasted caffe #140
Comments
There are plenty of new visualization and many other improvements to the tool, I haven't had the time to update the README, but you can see a "short" summary in the pull request I've created for pushing it all to the original branch: #128 Regarding the tool to relocate the jpgs, I'm not sure I follow. My version of the tool knows how to load both the previous type of outputs and the updated outputs. Admittedly, I haven't tested the old outputs for a while and it may require an update. In any case, your fix should probably only change the parts around caffevis_outputs_dir_folder_format == 'original_combined_single_image', and not caffevis_outputs_dir_folder_format == 'max_tracker_output' which is the new format. |
Thanks for pointing me to the summary. Sorry, I didn't know the existence of caffevis_outputs_dir_folder_format when opening this issue. But since
, my fix can be a workaround for the user to load the caffenet-yos without having much trouble. |
I've updated the README file with some examples on what's new |
Regarding your fix, it seems it will break the loading of new outputs |
Thanks for the updates! Sorry, I did not concerned about the new outputs. my intent was simply to load the images that fetch.sh downloads. |
The fixed fix is now in the pull request |
Hi, @x1155665 I encountered some troubles when I try to show the per unit optimize visualization by using the new toolbox. For example, I want to see some unit in the conv1 of CaffeNet. The terminal says "loading opt*.jpg images for layer conv1 channel 90 out of 96", and I can see nothing on the top right corner of this toolbox. I wonder how to solve this problem, and any suggestions will be greatly appreciated. By the way, can I use this toolbox to see the per unit optimize visualization of the ResNet? |
Hi, @ZhuweiQin The per unit optimize visualization of CaffeNet-yos is downloaded by fetch.sh . Since this version of DeepVis toolbox has a lot of changes, you may need to relocate the jpgs so that the toolbox can find them. This tool can help you do that. |
@ZhuweiQin Yes and no. The produced images will be placed in the right order, you don't need to relocate them. The relocating tool is just for the downloaded images (CaffeNet-yos). |
@x1155665 Thanks a lot. Let me try. |
@arikpoz Thank you very much for making the toolbox functional with the new version of caffe 👍
I've seen that you have made many changes in terms of usages, which you didn't mentioned in the README.md.
The two main changes I‘ve found:
Are there any other changes that are worth noticing in terms of using the toolbox?
I hope you can mention the usage changes in the README, and provide a solution for the second change I mentioned above, so that the toolbox can be fully functional out-of-box.
The text was updated successfully, but these errors were encountered: