photo

Casey


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


畳み込みニューラルネットワーク(CNN)を用いて、画像から画像を生成するにはどうすればよいのでしょうか?
画像Aと画像Bをセットとし、回帰用のCNNを用いて 入力画像A → 出力画像B のように学習させるにはどうすればよいでしょうか? 以下のMATLABの例を用いて、[images, digits, angles]の要素のanglesを画像の配列に置...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How do I create training data set for deep learning?
I am trying to create a convolutional neural network from a unsupervised learning. The training data set I want to create conta...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


プログラム上で生成したイメージデータをそのままディープラーニングに読み込みができないのはなぜですか?
... cd('A:/image_file') print(figure1,'-dmeta',[num2str(i),'枚目_画像','.jpg']) ... 上記のプログラム(一部抜粋)で生成した画像を以下のように取り込みました。 これ...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


2次元画像の中心に以下のコードのような円を描写したいのですが、どうすればよいでしょうか?
%// radius r = 2; %// center c = [3 3]; pos = [c-r 2*r 2*r]; rectangle('Position',pos,'Curvature',[1 1]) axis equal

environ 2 ans il y a | 1 réponse | 0

1

réponse