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

Using Multiple slice with Tengine mobilenetSSD detector. #199

Open
rahulsharma11 opened this issue Jan 7, 2020 · 1 comment
Open

Using Multiple slice with Tengine mobilenetSSD detector. #199

rahulsharma11 opened this issue Jan 7, 2020 · 1 comment

Comments

@rahulsharma11
Copy link

Hi,
I am using a mobilenet SSD detector (91 classes) with tengine. That model contains multiple slice layers (10 slice layers). After checking "dump_graph()", i can see the detection_out layer node shifts from "0" to "10". Is there a different way to use multiple slice layer with Tengine? As it is giving error -
cpu_runner.cpp:801 graph: /home/rock64/rahul/mb_lite_coco_caffe_models/deploy_upgraded_withslice.prototxt:4 active num is: 3 output nodes: 2
cpu_runner.cpp:801 graph: /home/rock64/rahul/mb_lite_coco_caffe_models/deploy_upgraded_withslice.prototxt:3 active num is: 3 output nodes: 2
cpu_runner.cpp:801 graph: /home/rock64/rahul/mb_lite_coco_caffe_models/deploy_upgraded_withslice.prototxt:2 active num is: 3 output nodes: 2
cpu_runner.cpp:801 graph: /home/rock64/rahul/mb_lite_coco_caffe_models/deploy_upgraded_withslice.prototxt:1 active num is: 3 output nodes: 2
cpu_runner.cpp:801 graph: /home/rock64/rahul/mb_lite_coco_caffe_models/deploy_upgraded_withslice.prototxt:0 active num is: 3 output nodes: 2

@AkkiSony
Copy link

@rahulsharma11 Did you get Mobilenet SSD running? Are you using Khadas VIM3 board?

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

2 participants