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

TensorFlow implementation of the YOLO (You Only Look Once)

Results 13 yolo-tf issues
Sort by recently updated
recently updated
newest added

I'm using tensorflow 1.0 (CPU) pip package and I get an "Adam_1 not found" error when I attempt to train the model. Here are the commands that I ran to...

INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/moving_variance: [1024]=1024 INFO:tensorflow:yolo2_darknet/conv20/weights: [3, 3, 3072, 1024]=28311552 Traceback (most recent call last): File "parse_darknet_yolo2.py", line 137, in main() File "parse_darknet_yolo2.py", line 94, in main p = struct.unpack('%df' % cnt, f.read(4...

Hi,everyone! When I run train.py, it always using the CPU to speed up ,but the training speed is so slow that I have to spend several days to train the...

Hello, thanks for your excellent work. I'm currently trying to learn a pretrained yolo2 model with my own images and export the model as a frozen graph. Can you shed...

Hi @ruiminshen, thanks for the project. Could you show me how should I train for the yolo v1 (Tiny)? Do I need to change the config.ini file? (I already downloaded...

Hello everyone, I put one total week on making this project work. I prove that this project doesn't work at all.

Is is possible to use tensorflow1.2 for this project?

Hi everyone! First of all **thanks** @ruiminshen for the **amazing work**. I've been studying your code for a while now and I could not get the training work when using...

Hello, everyone I get the 'model.ckpt' from yolo-voc.weights, using parse_darknet_yolo2.py. Then, I want to check the 'model.ckpt'. I get a trouble 'Tensor had NaN values' when I run detect.py with...