YOLO_tensorflow icon indicating copy to clipboard operation
YOLO_tensorflow copied to clipboard

tensorflow implementation of 'YOLO : Real-Time Object Detection'

Results 37 YOLO_tensorflow issues
Sort by recently updated
recently updated
newest added

Tried to use this YOLO implementation to detect cars in a video. Have modified YOLO_small to include return marked image, and am also including a Jupyter Notebook template to try...

Could you please explain what is happening in the below lines. The final fc layer of 1470 values are split into 3 branches for class prob--scales--and boxes But how it...

hi,I try to convert the `yolo-tiny.weights`(download form YOLO),and it success to create the `yolo-tiny.ckpt `,but when I test that `yolo-tiny.ckpt`(`python YOLO_tiny_tf.py`): `Detect from person.jpg class : aeroplane , [x,y,w,h]=[168759,167882,13921232896,8060527616], Confidence...

Hi! There is a way to compile this detector with the mobile version for android of tensorflow? https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android Thanks in advance.

Hi, I understand YOLO can't make use of multiple cores; is this implementation able to use all of the cores on my machine?

Hi everyone! I'm doing this project and I integrate in it YOLO. As you can read, I'm developing a model to partecipate to ImageNET VID Challenge, here is my code:...

Hi, i'd like to know and understand the structure of the code, so i can try to implement the summary and see the graph of the model with tensorboard. Best...