hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.
MIT License
799 stars 442 forks source link

issue, I am wondering about following one #68

Open jk5500 opened 6 years ago

jk5500 commented 6 years ago

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'

Meghal17 commented 6 years ago

I am having the same problem, need some help!

jk5500 commented 6 years ago

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

seriouslym commented 4 years ago

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

Harry-KIT commented 3 years ago

Do you solve the problem?

Xpangz commented 3 years ago

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