photo

Jay Li


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
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),:); ...

alrededor de 6 años hace | 1