how to change a function using a GPU CODER ?
1 回表示 (過去 30 日間)
古いコメントを表示
Arnaud Junior Ouandja Tchouta
2018 年 1 月 29 日
編集済み: Nick Sarnie
2018 年 2 月 1 日
Hello
I created a detector for a traffic sign using trainRCNNObjectdetector and then I created a function that allows to detect this sign all on matlab. I would like to change this function using the GPU CODER, but I still get the warning: detect () - function is not supported by GPU CODER. How can I fix this problem? If necessary, I can show you my code.
Thanks for the help.
0 件のコメント
採用された回答
Nick Sarnie
2018 年 2 月 1 日
編集済み: Nick Sarnie
2018 年 2 月 1 日
Hi Arnaud,
It sounds like the MATLAB function written to detect the traffic sign is not supported for GPU Code Generation. Please take a look at the below limitations of GPU Coder: https://www.mathworks.com/help/gpucoder/ug/gpucoder-limitations.html
Please note that trainRCNNObjectdetector can leverage the GPU if you have a supported GPU and the Parallel Computing Toolbox, without the need for GPU Coder.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with GPU Coder についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!