YOLOV3 example missing functions

3 views (last 30 days)
gil
gil on 29 Nov 2021
Commented: gil on 29 Nov 2021
Hi,
While tryng to compile a full procedure of YOLOV3 from
found missing functions like generateTargets
Where the whole example can be found?
Are there any plans to create trainYOLOv3ObjectDetector?

Accepted Answer

Steven Lord
Steven Lord on 29 Nov 2021
Open the example in MATLAB (either MATLAB Online or desktop MATLAB). The directory that contains the example .mlx file also contains the generateTargets.m file.
I'm not sure what exactly you mean by "Are there any plans to create trainYOLOv3ObjectDetector?"
  1 Comment
gil
gil on 29 Nov 2021
Thanks, I will check the examples file. Regarding the trainYOLOv3ObjectDetector, are there any plans to create a wrapper like trainYOLOv2ObjectDetector?

Sign in to comment.

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!