IMage Processing-Pedestrian Detection for surveillance

2 ビュー (過去 30 日間)
Vyshali Chandramohan
Vyshali Chandramohan 2019 年 2 月 7 日
回答済み: T.Nikhil kumar 2022 年 7 月 9 日
I plan on training an object detector for detecting pedestrians , and the following line of code is unclear.
stopSigns.imageFilename = fullfile(toolboxdir('vision'),...
'visiondata',stopSigns.imageFilename);
I used the ImageLabeler app to collect the label file , which encloses a gTruth object containing a DataSource tabel thatcontains the labeled images.What filepath should i give in the fullfile function to point to the DataSource and how?

回答 (1 件)

T.Nikhil kumar
T.Nikhil kumar 2022 年 7 月 9 日
Hi Vyshali !
I understand that your final requirement is a table which has the image file paths as one column and the bounding boxes as other column.
An efficient way to do this using Image Labeler is by exporting the labels to the workspace in the export format of table instead of groundTruth. This will give you the final required table. Follow as per the below image:
After this use the following command to update the file paths according to the present working directory.
gTruth.imageFilename=fullfile(pwd, gTruth.imageFilename);

カテゴリ

Help Center および File ExchangeC4ISR についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by