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

Add toolbox, addon, and other dependencies to readme, as well as automatic checks to startup_nnv.m #12

Open
ttj opened this issue Aug 13, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@ttj
Copy link
Contributor

ttj commented Aug 13, 2019

While we handle most of the dependency installation automatically via the install script ( https://github.com/verivital/nnv/blob/master/nnv/install.m ), we need to make it clear what other dependencies there are on existing toolboxes (eg, deep learning toolbox) and addons (eg, VGG). Please add this information to the readme, then eventually we need to automate the installation of these. I would suggest in the startup_nnv script ( https://github.com/verivital/nnv/blob/master/nnv/startup_nnv.m ) to add checks for whether all the dependencies are installed, and if not, give the user guidance on what is missing and how to install. One can query whether toolboxes or addons are installed via eg ver.

@ttj
Copy link
Contributor Author

ttj commented Sep 10, 2019

As far as I'm aware, there is not a way to install vgg16/vgg19 without the GUI, which makes it impossible to replicate those on eg CodeOcean

a workaround is to install these locally on a machine with a GUI (eg, our developer systems), then export the necessary data as .mat files, then upload them where needed, see here:

https://www.mathworks.com/matlabcentral/answers/351805-install-add-on-using-command-line-with-no-gui#comment_510024

@trhoangdung can you look into this please?

I will also reach out to mathworks to see if there is any update on installing mlpkginstall files without a GUI such as vgg16.mlpkginstall but it doesn't appear as so currently...

@trhoangdung
Copy link
Collaborator

trhoangdung commented Sep 10, 2019 via email

ttj pushed a commit that referenced this issue Jan 14, 2020
Merge from master, new methods added by Tran
ttj pushed a commit that referenced this issue Apr 14, 2020
Merge from master, new methods added by Tran
ttj pushed a commit that referenced this issue Sep 21, 2020
fix minor error LinearNNCS
@mldiego mldiego added the enhancement New feature or request label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants