Where I will get COCOImageID support function for multi label image classification
3 次查看(过去 30 天)
显示 更早的评论
Where I will get COCOImageID support function for multi label image classification?
0 个评论
回答(3 个)
Bharat Chandra Mukkavalli
2022-7-11
Hi,
Please refer to the link here to learn about the MATLAB COCO API: https://github.com/cocodataset/cocoapi/blob/master/MatlabAPI/CocoApi.m
Hope this helps!
0 个评论
Walter Roberson
2022-9-4
The master copy of the file is at
filename = fullfile(matlabroot, 'examples', 'nnet', 'main', 'COCOImageID.m');
ls(filename)
The example did not exist until R2022a.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!