Darkflow: Layer "button" aria-label not implemented

Created on 24 Jun 2017  Â·  8Comments  Â·  Source: thtrieu/darkflow

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?

Most helpful comment

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.

All 8 comments

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.

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).

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

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

thanks you! i finally figured out.

Hi,
If tiny-yolo.cfg doesn’t work, I suggest you try tiny-yolo-voc.cfg. make sure you copy and paste cfg files. Hope this helps. Cheers!

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Shagufta Gurmukhdas notifications@github.com
Sent: Saturday, March 24, 2018 1:27:23 AM
To: thtrieu/darkflow
Cc: ccs1605; Comment
Subject: Re: [thtrieu/darkflow] Layer "button" aria-label not implemented (#303)

Hi, I have the right cfg file but I'm still getting this error, any other reason why this might happen? i'm using tiny-yolo.cfg

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com/thtrieu/darkflow/issues/303#issuecomment-375741560, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AWIigjVuIgwrUP0pnCjqZVJo0Yv7oyQfks5thTB7gaJpZM4OEMPF.

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

image

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

halt9 picture halt9  Â·  3Comments

pribadihcr picture pribadihcr  Â·  5Comments

1NNcoder picture 1NNcoder  Â·  3Comments

ma3252788 picture ma3252788  Â·  3Comments

xunkaixin picture xunkaixin  Â·  4Comments