Skip to content

Batch Processing with HED without MATLAB #78

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

Open
AndroXD opened this issue Mar 9, 2019 · 0 comments
Open

Batch Processing with HED without MATLAB #78

AndroXD opened this issue Mar 9, 2019 · 0 comments

Comments

@AndroXD
Copy link

AndroXD commented Mar 9, 2019

I'm following the "Batch Processing" procedure here ( https://github.com/s9xie/hed#batch-processing ) and got to the point where I run "batch_hed.py" ( https://github.com/phillipi/pix2pix/blob/master/scripts/edges/batch_hed.py ) and all my pictures are converted into .MAT files (MATLAB) files, the final step requires to run "PostprocessHED.m" ( https://github.com/phillipi/pix2pix/blob/master/scripts/edges/PostprocessHED.m ) to convert them into normal pictures, but instructions says that I need MATLAB to do it: "get the cpp file edgesNmsMex.cpp from https://raw.githubusercontent.com/pdollar/edges/master/private/edgesNmsMex.cpp and compile it in Matlab: mex edgesNmsMex.cpp You also need to download and install Piotr's Computer Vision Matlab Toolbox: https://pdollar.github.io/toolbox/"
Is there any method to do it for free without MATLAB? That's a proprietary paid software. I noticed that the author of this Google Coolaboratory is using Octave as a free alternative to MATLAB: https://colab.research.google.com/drive/1SI57hLgHCX6mbZ2jNveNvq1Pqx07Jag7 , so I guess a 100% free approach is definitely possible, however, that Coolaboratory works only online, I'd like a local/offline solution for Windows 10 like I'm doing now if possible.
Any help is much appreciated, thank you very much for your kind attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant