yieniggu

Results 2 comments of yieniggu

Same here, it works fine when using the coco models. But it doesn't work with custom models trained directly from darknet. Have you figured any way to solve this?

@cis-apoorv thanks for your reply. My doubt is that if you entirely remove `utils.load_weights(model, FLAGS.weights, FLAGS.model, FLAGS.tiny)` Wouldn't it prohibit us from working with a tiny version? Also could you...