Jay Li
2018 年からアクティブ
Followers: 0 Following: 0
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),:); ...
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