フィルターのクリア

Datastore that store both pixels and rectangle bonding boxes to train model

1 回表示 (過去 30 日間)
ahmad
ahmad 2023 年 10 月 14 日
回答済み: Shubham 2023 年 10 月 18 日
Hi everyone I want to know is there any datastore that stores both pixels and rectangle bonding boxes .As we know boxlabeldatastore store rectangle bonding boxes and pixellabeldatastore store polygon bounding boxes. So I want to know is there any that stores both of these bounding boxes in single so That I can train my faster-RCNN for object detection.Thank you

採用された回答

Shubham
Shubham 2023 年 10 月 18 日
Hi ahmad,
In MATLAB, there is no specific built-in mixed-format label datastore that combines both pixel-level masks and rectangle bounding boxes. However, you can create a custom solution to handle both types of annotations together.
One possible approach is to create a custom datastore that combines the pixel-level masks and rectangle bounding boxes. You can use the imageDatastore to load the images and create a table or structure to store the corresponding pixel-level masks and rectangle bounding boxes. Then, you can iterate over the images and load the annotations, associating them with the respective images.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by