Results 10 comments of tfukumori

> Hi! I'm in trouble because I can't learn. Which part of train_v2.py can I change to run it? It seems that the versions of python, tensorflow and Keras are...

When I first training it, it didn't matter if the LOGS_PATH folder (the default is `yolo_logs`) was empty. I run the following command ``` python train_v2.py --yolo_train_file 2007_train.txt --yolo_val_file nano...

@shocora # "nano" specify Specify "nano" if you do not specify a "verification" file or if it does not exist. As you can see around the following lines of code,...

# "CUDA" error. I'm not sure about the "CUDA" error. From the error message, it is possible that the GPU is not powerful enough, but I'm not sure. If it's...

> I think mAP is usually between 0 and 1, but I get a value greater than or equal to 1. > I would appreciate it if you could tell...

> Is it this number as a result of multiplying by 100? > Also, What is the standard for the mAP calculation method used here? I think this will be...

You may want to refer to this pull request here. It is implemented for Tensorboard and mAP. https://github.com/qqwweee/keras-yolo3/pull/206 However, this pull request does not take into account the Tiny model....

The original darknet was updated on August 16, 2018. https://github.com/pjreddie/darknet/commit/f86901f6177dfc6116360a13cc06ab680e0c86b0#diff-2b0e16f442a744897f1606ff1a0f99d3 ... However, this repository (qqwweee/keras-yolo3) was last updated on July 31, 2018, so the above changes do not appear to...

I use an automated translation site, so please forgive us if it is difficult to read. "keras2onnx", "onnx", "onnxconverter-common" versions, etc. could be the problem. I'm using a different repository,...

"Option Strict Off" setting does not allow you to find potential bugs at compile time. It is recommended to make improvements on a module-by-module basis, even when there are changes...