フィルターのクリア

Wheere can I find the fasterRCNN​VehicleTra​iningData.​mat file?

1 回表示 (過去 30 日間)
Christopher
Christopher 2018 年 1 月 3 日
回答済み: Othman Khalifa 2021 年 5 月 3 日
fasterRCNNVehicleTrainingData.mat

採用された回答

Steven Lord
Steven Lord 2018 年 1 月 3 日
It's a data file used by one of the examples in Computer Vision System Toolbox. I believe that example (and that data file) was introduced in release R2017a. If you have release R2017a or later and have Computer Vision System Toolbox installed, you should be able to simply load it.
  1 件のコメント
Christopher
Christopher 2018 年 1 月 4 日
Thank you, it was a release incompatibility! I have R2016b.

サインインしてコメントする。

その他の回答 (1 件)

Othman Khalifa
Othman Khalifa 2021 年 5 月 3 日
data = load('fasterRCNNVehicleTrainingData.mat');
vehicleDataset = data.vehicleTrainingData;

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by