problem with a Dataset

조회 수: 3 (최근 30일)
Hind Haboubi
Hind Haboubi 2021년 6월 12일
댓글: Hind Haboubi 2021년 6월 14일
Hello guys, i'm trying to do this exemple of YOLOv2 with my own data:
https://www.mathworks.com/help/vision/ug/train-an-object-detector-using-you-only-look-once.html
but i have a problem with the vehicleDataset:
I don't know what i missed? Can you please help me?

채택된 답변

Sailesh Kalyanapu
Sailesh Kalyanapu 2021년 6월 14일
Hi,
In the example, the vehicleDatasetGroundTruth.mat file contains a MATLAB table variable called vehicleDataset”, which has the filenames and the bounding boxes for the ground-truth.
(Assuming you have your groundtruth table stored in ‘Damagevehicle.mat’ in the correct format) : You can modify the command to data.variablename where variablename is the variable representing your loaded truth table.
If you dont have a groundtruth table for your dataset, first create one in the format(Or make a copy) similar to the one in vehicleDatasetGroundTruth.mat and then load it into Matlab.
  댓글 수: 1
Hind Haboubi
Hind Haboubi 2021년 6월 14일
Thank you so muuuuch! Damagevehicle.mat is a ImageLabelerSession. I guess that's the problem

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by