Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

ncappzoo [Error 9] Argument Error: Network weight cannot be found. #58

@TouchDeeper

Description

@TouchDeeper

Hello,
I install the ros_object_analytics according to the instruction.
When I install the ros_intel_movidius_ncs and go to the
cd /opt/movidius/ncappzoo/caffe/SSD_MobileNet && make,
error occured:

making prereqs

making prototxt
Prototxt file already exists, skipping download.

making caffemodel
caffemodel already exists, skipping download.
if [ -e merge_bn.py ] ; \
then \
	echo "merge_bn.py already exists. skipping download."; \
else \
	echo ""; \
	echo "Attempting download of merge_bn.py from this url: "; \
	echo "https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/master/merge_bn.py"; \
	wget -P . https://raw.githubusercontent.com/chuanqi305/MobileNet-SSD/master/merge_bn.py; \
	python3 merge_bn.py --model deploy.prototxt --weight mobilenet_iter_73000.caffemodel; \
fi; \

merge_bn.py already exists. skipping download.

making compile
mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

[Error 9] Argument Error: Network weight cannot be found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions