If the pretrained CLRNet has the process ROIgather

Hello everyone,
I'm using https://de.mathworks.com/help/driving/ug/extract-lane-information-from-recorded-camera-data-for-scene-generation.html this example to extract the lane information. Could anyone please tell me if the ROI Gather be used in pretrained CLRNet-Modell?
Best regards,
Xinyu

回答 (1 件)

praguna manvi
praguna manvi 2025 年 3 月 10 日

0 投票

Hi @Xinyu,
The "laneBoundaryDetector" that loads the pretrained "CLRNet" by default already applies ROI using the "detect" function as follows, which is also seen in the example you referenced above:
detector = laneBoundaryDetector;
lanes = detect(detector,I,ROI=120,ExecutionEnvironment="cpu");
The "ROI" parameter either crops the top 120 rows of the image in this snippet, or the function crops the image using the position and size of the crop rectangle specified as "[x y width height]". For more information, refer to this documentation for the "detect" function:
Hope this helps!

カテゴリ

ヘルプ センター および File ExchangeImage Processing and Computer Vision についてさらに検索

製品

リリース

R2024b

質問済み:

2025 年 3 月 5 日

回答済み:

2025 年 3 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by