tensorflow-yolo icon indicating copy to clipboard operation
tensorflow-yolo copied to clipboard

tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)

Results 46 tensorflow-yolo issues
Sort by recently updated
recently updated
newest added

Hi, the prediction demo works great on images with single objects. However, it seems it cannot detect multiple objects like the original YOLO version. Am I correct?? ![cow_out](https://user-images.githubusercontent.com/18590603/36330788-72b8e05e-136b-11e8-95d0-f5ff12b6a1b8.jpg)

I have run the demo successfully,but 24 hours later,it's still running,and I am using 1080ti,Losses are always fluctuating between 5 and 10,I don't know whether the train has been finished,so...

Hi, I am running this program and really want to know if I could get the confidence probability of the result from demo.py? Thanks, Peter

if I want to see the performance like mAp,what I should do?

Hello everyone, When I use this yolo_tiny.ckpt to fine-tune the model in my own dataset, the result is quite bad. I guess it results of the original kept file. Is...

Why only an object can be identified, other objects can't be identified?

Hello, I wanna know if there is anyway to detect less classes (I'm interested in just one). Thanks!

I have tested your tiny-yolo on pascal_voc 2007 validation set. The result of test is so bad, I think. Do you use paramters from darknet tiny_yolo or trained by yourself?...

hi, i want to modify your code for predict one_class target,for example,predict cats,how should i change the code?i did these changed,but it seems wrong 1、modified train.cfg,num_classes=1 ![df30e6fa-8a3f-4ed7-b2c9-237c2122cb54](https://cloud.githubusercontent.com/assets/15188990/25932739/a5b7a818-3645-11e7-9821-e697e42dc7ee.png) 2、modified demo.py,i dont...