Using segnet for image segmentation
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
Hi,
Pls attend to my queries related to image segmentation using CNN making use of function 'segnetLayers':-
- Can segnet be used for monochrome images?
 - What should be the size of input images? any specific? or Can input layer neuron be changed accordingly?
 
댓글 수: 1
  Kartik Mittal
    
 2019년 1월 4일
				Please refer to the documentation link - 
My understanding is that you can use it for monochrome images, the inputsize depends in the number of channels for the image itself, [height, width, depth] where depth is the number of channels, 1 for a monochrome.
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Display and Exploration에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!