Aerial Lidar Semantic Segmentation Using PointNet++ Deep Learning How much memory does it need to run?
3 ビュー (過去 30 日間)
古いコメントを表示
My computer has 64G of RAM, and it still can’t run completely without syntax errors.
0 件のコメント
回答 (1 件)
Srivardhan Gadila
2021 年 12 月 27 日
I think you are training the network on gpu, instead try changing the "executionEnivronment" to "cpu" in Train Model section of the Aerial Lidar Semantic Segmentation Using PointNet++ Deep Learning example and try running it (for R2021a version).
In case you are now trying to run the example in R2021b, then in the Specify Training Options section, add "ExecutionEnvironment" Name-Value argument to the trainingOptions and set it to "cpu".
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Labeling, Segmentation, and Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!