Hi Everyone. So I'm trying to follow the code (https://github.com/thtrieu/darkflow) and I got up to the point where "Reference the tiny-yolo-voc-3c.cfg model when you train.
flow --model cfg/tiny-yolo-voc-3c.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/Images"
My code is "python flow --model cfg/tiny-yolo-vocC.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/Images"
But then it gives me an error "TypeError: cannot perform reduce with flexible type"
The things I change were changing tiny-yolo-voc's class to 4 and the filter to 45 (following the formula). But I'm not sure how to fix this error? Or even where the error is coming from.
Hi Everyone. So I'm trying to follow the code (https://github.com/thtrieu/darkflow) and I got up to the point where "Reference the tiny-yolo-voc-3c.cfg model when you train. flow --model cfg/tiny-yolo-voc-3c.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/Images"
My code is "python flow --model cfg/tiny-yolo-vocC.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/Images"
But then it gives me an error "TypeError: cannot perform reduce with flexible type"
The things I change were changing tiny-yolo-voc's class to 4 and the filter to 45 (following the formula). But I'm not sure how to fix this error? Or even where the error is coming from.
Thanks in advance!