hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue, I am wondering about following one

jk5500 opened this issue · comments

Traceback (most recent call last):
File "train.py", line 164, in
main()
File "train.py", line 157, in main
solver.train()
File "train.py", line 90, in train
train_timer.remain(step, self.max_iter))
ValueError: Unknown format code 'f' for object of type 'str'

I am having the same problem, need some help!

Hopefully, You may not get this issue in python 2. In pythton string byte works slightly different.
You need to look at that line change to python 3 for str conversion of jpg

Do you solve the problem?
I have no idea for the same problem .

Do you solve the problem?

I delete the ':3f' in {} of log_str, and it works :>