Hello,
I am attempting to use yolov3 object detection algorithm for an automous vehicle project for a senior design course.
I would like to train the network to detect more objects; like stairs. I would also like to eliminate alot of unuseful classes from the coco data set, like a hair brush as the automous vehicle will never encounter that sort of thing.
Are there any matlab resources on how to label images and import them into the matlab workspace for yolov3 training?
I am unable to find relevant resources for this task.
Any tips would be helpful,
Thank you.