MATLAB code covers all the necessary licenses.

1 Ansicht (letzte 30 Tage)
mariam
mariam am 7 Feb. 2024
Beantwortet: Image Analyst am 7 Feb. 2024
Deepfake Images Classification Using Binary Tree Deep Learning. 'I am unsure if my MATLAB code covers all the necessary licenses. what is necessary products should i have to my project

Antworten (1)

Image Analyst
Image Analyst am 7 Feb. 2024
To find out what toolboxes you have, type ver on the command line. Your code will probably require the Deep Learning Toolbox and the Image Processing Toolbox. Possibly others. But if you have those two, run your code and see what function it throws an error on, and then look up what toolbox that function is in, and obtain that toolbox. Repeat until there are no more errors.
Or you can run the attached function - put it at the beginning of your code.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by