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

Layer "button" aria-label not implemented #303

Closed
keleixu opened this issue Jun 24, 2017 · 8 comments
Closed

Layer "button" aria-label not implemented #303

keleixu opened this issue Jun 24, 2017 · 8 comments

Comments

@keleixu
Copy link

keleixu commented Jun 24, 2017

I'm trying to use this command to generate the models needed for the tensorflow Android demo:
"./flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.weights --savepb"

Unfortunately, I get this as the output: "Layer "button" aria-label not implemented"

Any ideas on why this is?

@tungalbert99
Copy link
Contributor

tungalbert99 commented Jun 29, 2017

Check your config/weights file and make sure its not in HTML. Sometimes people wget the files from github and it ends up being the html file.

@abagshaw
Copy link
Collaborator

As @tungalbert99 said, I've accidentally done this before where I've just Save link as... on the cfg link at https://pjreddie.com/darknet/yolo/ and that downloads the GitHub file view page, not the raw file (as the raw file isn't directly linked).

@keleixu
Copy link
Author

keleixu commented Jun 30, 2017

Ah, you're right my mistake. Thanks all!

@ccs1605
Copy link

ccs1605 commented Mar 18, 2018

Has anyone using windows10 to run ?
my ubuntu is currently on cuda9.1 which is not supported by tensorflow.
i am pretty sure i downloaded the cfg file and weights.
hope to hear from your suggestions.
capture1

@ccs1605
Copy link

ccs1605 commented Mar 19, 2018

thanks you! i finally figured out.

@ccs1605
Copy link

ccs1605 commented Mar 24, 2018 via email

@trawn7
Copy link

trawn7 commented Sep 2, 2018

Guys?
Whats the solution. I am having same problem with my command and I checked my weights and cfg files are correctly downloaded

image

@pra-dan
Copy link

pra-dan commented Apr 17, 2020

@trawn7 The above solution works. Rather use this link: https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3-tiny.cfg
for v3-tiny. That is, download the RAW file.

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

No branches or pull requests

6 participants