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

Hi, I come across an error when I run the demo. Here is what I type: `python YOLO_tiny_tf.py -fromfile /home/kang/Documents/work_code_PC1/online_code/YOLO_tensorflow/test/person.jpg` And It shows: ``` Detect from /home/kang/Documents/work_code_PC1/online_code/YOLO_tensorflow/test/person.jpg Traceback (most recent...

I have a question. How to use this code to detect object in my own video? Or whether does your code can only deal with image?

@gliese581gg hey, I want to extract weights of yolov2-tiny-voc.weights. But this code supports only yolo1 right ? How can I extract weights of tiny yolov2 ? please guide me. Thanks...

Hi everyone, Could anyone please show me how to extract weight values from darknet's (.weight) files to run with YOLO_tensorflow? Thanks

I have a better code about yolo https://github.com/Stinky-Tofu/Stronger-yolo

I followed the weight_extractor doc for converting `yolov2-tiny.cfg` and `yolov2-tiny.weights` using the following command `./darknet yolo test cfg/yolov2-tiny.cfg yolov2-tiny.weights` However, there were no text file written to `cjy` folder. The...

I tried to use YOLO_weight_extractor by "yolo.weights" and have made a "YOLO_full.ckpt" successfully. After then, I refered "YOLO_small_tf.py" to make a new "YOLO_full_tf.py" by myself for detection based on "YOLO_full.ckpt",...

I have read your code about tensorflow-yolo implementation, which is awesome. I am just wordering when could you release the the training function of yolo? Thx

you can just merge bounding boxes when both of them are the same classes,otherwise it seems not suitable

The weights seem to be off. Also, usually when a graph s saved, there are either three files or just one '*.ckpt' file. For the face network the weights have...