tensorflow-yolo
tensorflow-yolo copied to clipboard
tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
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?? 
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?
Question
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  2、modified demo.py,i dont...