Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLO V3 of Chapter05 #19

Open
simonryu opened this issue Jun 2, 2020 · 0 comments
Open

YOLO V3 of Chapter05 #19

simonryu opened this issue Jun 2, 2020 · 0 comments

Comments

@simonryu
Copy link

simonryu commented Jun 2, 2020

I have downloaded weight file (yolov3.weights) and tried to convert it following the instructions. But convert.py program did not produce yolov3.tf. Instead, the program produced the following files:

yolov3.tf.index (24KB),
yolov3.tf.data-00000-of-00002 (62KB), and
yolov3.tf.data-00001-of-00002 (237MB).

Each number within the parenthesis is the size of each file.

I tested the program using the docker (tensorflow:latest-gpu) on Ubuntu 18.04.

Just in case, I attach the screen capture of the log that is written by convert.py.

screen_capture_of_convert_weight.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@simonryu and others