που μπορω να βρω και να φορτωσω το colorcastnet.mat
이전 댓글 표시
hi. how can load the colorcastnet.mat? for my because in my path i can't find in my computer?
댓글 수: 4
Walter Roberson
2025년 2월 10일
I do not see any colorcastnet.mat anywhere on the Internet. Where did you find reference to it?
efthymios
2025년 2월 10일
Walter Roberson
2025년 2월 10일
Approximate translation:
in a video in the mathworks training
Walter Roberson
2025년 2월 10일
Which training video was it?
답변 (1개)
Cris LaPierre
2025년 2월 12일
편집: Cris LaPierre
2025년 2월 12일
2 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!