Skip to content
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

Trouble testing caffe version of ssd (single shot detection) on matlab #6486

Open
DjImene opened this issue Aug 2, 2018 · 0 comments
Open

Comments

@DjImene
Copy link

DjImene commented Aug 2, 2018

Issue summary

Hello, I am trying to use the caffe version of the ssd (single shot detection) algorithm in Matlab 2016b, I downloaded the trained model and the weights and need to test this algorithm on images. I read that I need to compile the Matlab directory from your github in order to have access to the functions (net, get_layer,...) to be able to feed my network with an image and get the results. I couldn't compile this directory to get my caffe functions works.

Tried solutions

Though, I am having trouble with this step, I downloaded the Matlab directory from your github, tried to compile them as shared Library with the Matlab compiler but first I get the error "Only MATLAB functions and MEX files with a single entry point are acceptable as exported function. The following files were not added because they are not accepted file types : Blob.m, io.m, Layer.m, Net.m, Solver.m", so all these files are not compiled and when compiling the rest I get the error "error during packaging" then in the log file "could not dertermine type of the MATLAB file 'get_net.m'.
I also tried downloading the cmake compiler but it didn't work out well either.
Can you please help me, I tried using the importCaffeLayers but I only have Matlab 2016b and it works for the 2017 and above versions

System configuration

  • Operating system: Windows 10
  • MATLAB version (if using matcaffe): 2016b

Thank you in advance for any help!

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