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 CenterFile Exchange에서 C4ISR에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by