- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I followed the instructions in this post to compile a MobileNetSSD fine tuned on my own dataset using NCSDK1. I can compile the model generated by merge_bn.py. However, the results are not good. This is what I tried:
- original merge_bn script, original deploy.prototxt: good results with cpu but mvNCCompile gives error (as expected)
- original merge_bn script, modified deploy.prototxt (without "_new" parts): bad results both with cpu and movidius
- modified merge_bn script (according to the mentioned post), original prototxt: error in merge_bn (as expected)
- modified merge_bn script, modified deploy_prototxt (as suggested by the post): bad results both with cpu and movidius.
Does anyone have some suggestion about how to fix this problem?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update: I think I fixed the problem not by removing the "new" part from the layer name, but adding "new" to the "top" of the layer and to every reference to the layer.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page