The backbone of deeplabv3+ returned by deeplabv3plusLayers() using augument "xeption" only support "Xception-41" network architecture?
조회 수: 9 (최근 30일)
이전 댓글 표시
Inside the source code of function "deeplabv3plusLayer()" with augument "xception" , it appears to use function "xception()" return a pretrained "Xception-41" as the backbone of semantic segmentation network architecture. Can you provide the support for "Xception-65 and Xception71" as the backbone of deeplabv3+ networks?
댓글 수: 0
답변 (1개)
Sumukh
2024년 9월 27일
Hi mingming,
I assume that the MATLAB version being used is MATLAB R2024a. I am also assuming that the number “41” in “Xception-41” refers to the depth of the pre-trained neural network” available in the Deep Learning Toolbox. This neural network already supports a depth of 71. You can refer to the following documentation to know more about the “xception” pre-trained neural network:
The command “deeplabv3plusLayers” is set to be removed in a future release. The command “deeplabv3plus” is recommended to be used. You can refer to the following documentation to learn more about the new command and how it replaces the “deeplabv3plusLayers” command:
I hope this answers the query.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!