-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Demo] add cxx mobilenetv1-ssd detection demo, test=develop #2541
Conversation
e03c395
to
668bc96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opencv的库是没有添加依赖,是需要用户手动去下载吗?
armv7和armv8链接的是同一个opencv的库?
改成了用户在make的demo的时候下载 |
lite/demo/cxx/makefiles/mobile_detection/Makefile.android.armv7
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果CV是Paddle-Lite内的代码非第三方依赖,不应该放在third-party内
668bc96
to
59c8bd9
Compare
@ test -d ${THIRD_PARTY_DIR}/${OPENCV_VERSION} || \ | ||
tar -zxvf ${THIRD_PARTY_DIR}/${OPENCV_VERSION}.tar.gz -C ${THIRD_PARTY_DIR} | ||
|
||
mobile_detection: mobile_detection.o |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个target需要依赖fetch_opencv吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对的,done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
注:detection demo所需的opencv lib,会在用户make的过程中下载