που μπορω να βρω και να φορτωσω το colorcastnet.mat

20 visualizaciones (últimos 30 días)
efthymios
efthymios el 9 de Feb. de 2025
Comentada: efthymios hace alrededor de 10 horas
hi. how can load the colorcastnet.mat? for my because in my path i can't find in my computer?
  4 comentarios
Walter Roberson
Walter Roberson el 10 de Feb. de 2025
Approximate translation:
in a video in the mathworks training
Walter Roberson
Walter Roberson el 10 de Feb. de 2025
Which training video was it?

Iniciar sesión para comentar.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 12 de Feb. de 2025
Editada: Cris LaPierre el 12 de Feb. de 2025
colorcastnet.mat contains a single variable, ccnet. This is a trained regression network for color correction.
ccnet is created in the Regression with Deep Learning course (Ch 3.1). In that course, when you download the course files (found in the menu that appears when you click on the Help icon in the top right of the course), you have the raw data for training this network yourself, as well as a script for doing so.
The Deep Learning with MATLAB course uses this trained network as an example of a regression network (Ch 6.3). It does not walk through creating this particular network, so the course files do not contain the data needed to create this network yourself.
The actual file is too big to share here, but you can create it yourself. Download the Regression with Deep Learning course files and run the ColorCorrector.mlx script. You will need to install the GoogLeNet pretrained network, which you can do through the Add-Ons Explorer.
  2 comentarios
efthymios
efthymios el 1 de Mzo. de 2025 a las 17:29
Ok. thanks!!
efthymios
efthymios hace alrededor de 2 horas
ok! i did it!!! thanks a lot for your help!!

Iniciar sesión para comentar.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by