mathworks-robotics / deep-learning-for-object-detection-yolov2

Code Files for "Deep Learning for Object Detection" video series
Other
28 stars 6 forks source link

Use Video Labeler instead of Ground Truth Labeler #2

Closed rickymedrano closed 3 years ago

rickymedrano commented 3 years ago

In the dataPreProcessing.mlx script, it uses the groundTruthLabeler app. The issue is that this app is apart of the Automated Driving Toolbax app, which I don't have. Could you update the script so it uses the Video Labeler instead? This would be better as that is apart of the Computer Vision Toolbox. The second reason you should update the script is because your code on File Exchange doesn't show Automated Driving Toolbox as a requirement under "Requires" so it's misleading.

connelld92 commented 3 years ago

Hi Ricky, Thanks for your comment, I have updated the description of File Exchange to include the Automated Driving Toolbox. That being said the same code should work with the video labeler, I am working on an update with the files that I will push soon. If you use the video labeler, when you output the groundTruth data object to the workspace it should be in the same format as we have used in the code so there should be no problem using either app.

Thanks, Connell