photo

Jay Li


2018년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

질문


Why has my RCNN network stuck at 70% training accuracy
Hi, I have been trying to train an RCNN network for object detection. I have created a 16 layer training program, but no matte...

대략 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
To divide an image into 2 equal halves
function y = halfpic(x) % Enter an image in matrix form n = floor(size(x)/2) m = size(x); Lpic = x(:,1:n(2),:); ...

6년 초과 전 | 1