Kei Otsuka
MathWorks
Followers: 0 Following: 0
Statistics
RANK
259
of 295,495
REPUTATION
346
CONTRIBUTIONS
0 Questions
58 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
98
RANK
1,080 of 20,240
REPUTATION
1,725
AVERAGE RATING
4.90
CONTRIBUTIONS
15 Files
DOWNLOADS
77
ALL TIME DOWNLOADS
14955
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Deep Learning for Defect Detection on Raspberry Pi
How to create, train simple network, integrate it into pre/post image processing and generate C code to run it on Raspberry Pi
1 year ago | 4 downloads |
単眼カメラを用いた距離計測について
添付頂いたスライドはMathWorksのセミナー等でご紹介しているものですが、computeVehicleLocationsについて 直接的に説明したものではなく、距離計測の考え方について理解を深めてもらうために準備したスライドになります。 Ken...
2 years ago | 0
1枚の画像を複数ヶ所同時トリミングし、表示する方法
関数を利用する際にヘルプドキュメントは確認されましたか? ヘルプを確認しますと、imcropの入力引数RECTは"4要素の数値ベクトル"ということですので 指定出来るトリミング領域は1箇所のみですね。 imcropを利用するのであれば、人物の数にあわ...
3 years ago | 0
openCVの利用について
こちらのYouTubeビデオが参考になりそうですが、如何でしょうか。 https://www.youtube.com/watch?v=BasC2jkgyaM
3 years ago | 0
| accepted
Lidar and Camera CalibrationドキュメンテーションのGazebo環境について
Gazeboの環境データは提供されていないようですので、必要な場合にはご自身で準備頂く必要があるようです。 Lidar ToolboxではCalibrationアプリの使い方説明のためにGazebo環境から取得したデータを利用しましたが、 実際はユーザ...
3 years ago | 0
| accepted
Submitted
Deploying Deep Neural Networks to Embedded GPUs
How to create, train and deploy deep neural networks for embedded GPUs
4 years ago | 1 download |
How to use my own pretrained model to detect custom object after training
save('detector') saves all variables from the current workspace. So, you need to extract detector from all variables after loadi...
4 years ago | 0
simulinkとUnreal engineを用いたドライビングシミュレータについて
Automated Driving Toolboxで提供される各種センサモデル(Simulation 3D Vision Detection GeneratorやSimulation 3D Probablistic Radar)を利用すれば、前方車両の位置...
4 years ago | 0
| accepted
Submitted
Medical Image Segmentation Using SegNet
How to create, train and evaluate SegNet for medical image segmentation
4 years ago | 17 downloads |
Submitted
Semantic Segmentation Using FCN-AlexNet
How to create, train and evaluate FCN-AlexNet for semantic segmentation
4 years ago | 10 downloads |
Submitted
Quantized Deep Neural Network on Jetson AGX Xavier
How to create, train and quantize network, then generate CUDA C++ code for targeting Jetson AGX Xavier
4 years ago | 2 downloads |
Figureのコピーができない
現状、MATLAB Onlineからクリップボードへのコピーは出来ないようです。 画像として保存していただき、保存したファイルはMATLAB Driveで取り出す、というのが代替案になります。 類似質問が過去にあったようですので、参考までにリンク入れて...
4 years ago | 0
| accepted
一度最適化したレジストレーション処理を使いまわす方法
同じ変換を行うにはどのような変換を行ったのかを示す情報 = 変換行列 が必要ですが、imregister関数の出力として この変換行列を得ることができるようになっていないため、まず始めにimregisterの内容を少し修正します。 1.imregi...
4 years ago | 0
| accepted
Submitted
3-D Deep Learning : Lung Tumor Segmentation
How to create and train a V-Net neural network and perform semantic segmentation of lung tumors from 3-D medical images
5 years ago | 6 downloads |
MATLAB Coderで生成したC++ファイルにおいて、画像をグレースケールする際にエラーが発生します。
codegenフォルダには依存関係のある全てのファイルが含まれる訳ではありません。 今回のケースですと、TBBの実体が無いためにエラーになっています。 ビルドに必要な全てのファイルをパッケージ化できるコマンド、packNGoがありますので そちら...
5 years ago | 1
Submitted
3-D Deep Learning : 3-D Volume Labeling Assist Tool
Interactively Create Mask, and Semi-Automatically Label Volume Data Using 3-D Active Contour on the Labeler App
5 years ago | 1 download |
Submitted
Deep Learning : Darknet Importer
Import Deep Neural Networks Trained in the Darknet Framework
5 years ago | 3 downloads |
Submitted
QR Code reader example
Read characters embedded as QR Code using MATLAB functions
5 years ago | 15 downloads |
ディープラーニングのCNNにおけるGPU使用について
確認ありがとうございます。 ドライバが古く、GPUが認識されていなかったようです。 NVIDIAさんのサイトから最新のドライバを入手できますので、 アップデートしてから再度お試しください。
6 years ago | 2
| accepted
Simulinkによる周期信号の配列化
幾つか方法がありそうですが、Enabled Subsystemを使って各象限のデータを保存するのが良いかもしれません。 この場合、各象限を示すEnable信号を作成してSubsystemを有効にする必要がありますが、 例えば第二象限の場合、 ・信号は...
6 years ago | 5
Submitted
Color Distribution Plotter
Display 3-D color gamut and plot distribution of colors in an image on a chromaticity diagram
6 years ago | 3 downloads |
Arduinoの入力補助でwriteDigitalPinや設定した変数が出てこない
writeDigitalpinはaruduinoオブジェクトに紐づいたメソッドなので、 通常の関数と同じように入力候補を出そうとしても出てこないです。 a = arduino(); a. まで入力し、ピリオドの後ろでtabキーを押してみてください。...
6 years ago | 1
取得したデータの周期性をみつけたい
Signal Processing Toolboxをお持ちであれば、自己相関や周波数解析を利用して 周期性を検出するような例題を試すことができます。 自己相関を利用した周期性の検出 記載頂いたデータは16進表記(符号あり?)でしょうか。その場合はhe...
6 years ago | 2
メモリのFPGAへの実装の件
HDL RAMsブロックから生成されるコードは論理合成時にFPGAのメモリ領域を 推論するようにデザインされています。ですので、基本的には追加作業は不要です。 RAMを利用する方法として主に以下の2つのアプローチがありますが、 ①FPGAベンダが...
6 years ago | 1
Raspberry Piでのi2c通信(PCA9685)
PCA9685のライブラリはありませんが、I2C経由でレジスタアクセスはできそうです。 以下のページが参考になるかと思います。 Use the Raspberry Pi I2C Interface to Connect to a Device ...
6 years ago | 2
| accepted
初めて0が現れる行数を特定するには
find関数を利用する方法は如何でしょうか。 % 適当に行列作成 data = round(rand(500, 1)); % 論理反転した後、find関数で非ゼロ要素を検索 idx = find(~data); % 最小値...
6 years ago | 3
カメラからの映像をリアルタイムでmatlabにデータを受信する方法を教えてください。
どのようなカメラをお使いでしょうか。 USB Webcamであればサポートパッケージの追加で利用できます。 <https://jp.mathworks.com/hardware-support/matlab-webcam.html Webcam S...
6 years ago | 3
| accepted
simulinkで一定時間だけsubsystemを実行させるにはどうすればいいですか
<https://jp.mathworks.com/help/releases/R2018b/simulink/slref/enabledsubsystem.html Enabled Subsystem> はご存知でしょうか。 サブシステムの動作を外...
6 years ago | 1
| accepted
semanticsegによるセグメンテーション後の画像の保存
記載して頂いた例の場合、セグメンテーションの結果得られるクラスの数は2ですので、 取り得る輝度値は0か1となります。表現可能な輝度レンジ[0 255]に対して低輝度に分布が偏っているため、 真っ黒な画像に見えているだけではないでしょうか。 ...
6 years ago | 1
| accepted
Automated Driving System Toolboxについて
"Forward Collision Warning Using Sensor Fusion" ですが、 主にMulti-Object Trackerの具体的な使い方を示すためのサンプルプログラムです。 
 
 ...
6 years ago | 1
| accepted