Francis Jesmar Montalbo

Results 4 comments of Francis Jesmar Montalbo

I fixed it but this error is coming up when I evaluate ValueError: shapes (2,262144) and (3136,1) not aligned: 262144 (dim 1) != 3136 (dim 0)

Include the mini mask into your config then set it to false :) @vkramdev

Is there a way to produce the loss curve and mAP from an existing weight?

> @francismontalbo you can obtain mAP of the existing weight using the command- > > `./darknet detector map data/obj.data yolo-obj.cfg backup\yolo-obj_last.weights ` > > but you cannot generate the loss...