Anna Hulita

Results 2 issues of Anna Hulita

The issue is in https://github.com/wizyoung/YOLOv3_TensorFlow/blob/d998369c8213ded2414f470b30000545b4c2f614/utils/data_utils.py#L171 mode parameter in get_batch_data() method is passed as bytes, not as str. So comparison `if mode == 'train' ` always gives False. Should be updated...

question

Hi, Petr Marek. Thanks for this great work. Could you please help me, how to restore a trained model from the checkpoint and use it to recognize some image? I...