YOLO_tensorflow
YOLO_tensorflow copied to clipboard
tensorflow implementation of 'YOLO : Real-Time Object Detection'
How do I detect the faces realtime ?
Hi @gliese581gg , thanks for your contribution. I am trying to use YOLO_tensorflow with my own data. In my case, I have only one class instead of twenty. But the...
Would you release the training code?
@gliese581gg , Hello!when I use this project to run the YOLO_small_tf.py like this picture.return the confiden is 1.1165,could you tell me why the confidence more than 1.this is unreasonable.Thank you...
I know this implementation is only for testing. But I went through the paper got to know the loss function and all. But what I could't understand is how to...
I follow the guide and successfully run the code on my computer with a GTX 1060 GPU.I use the test image under test file.It takes about 5 minutes(maybe most of...
I want to run this project on windows10 tensorflow. How to achieve?
download & tar YOLO_face.tar python ./YOLO_face_tf.py -fromfile ./data/person.jpg error: W tensorflow/core/framework/op_kernel.cc:993] Data loss: Unable to open table file weights/YOLO_face: Failed precondition: weights/YOLO_face: perhaps your file is in a different file...
HI , I have extracted the weights for YOLO tiny and try to use your code to predicted the person.jpg... adn the follow error came up. Loading complete! Detect from...