-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create tensorflowDetection2D app #93
Create tensorflowDetection2D app #93
Conversation
…re y post procesada
…ion2D CMakeList -> vision root CMakeLists
Please add |
Travis CI: Error
|
@PeterBowman New entry added at f01931b. |
The last
|
doc/vision-install.md
Outdated
@@ -9,6 +9,7 @@ | |||
- [Install YARP 2.3.70+ and OpenNI2DeviceServer](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md) | |||
- [Install OpenCV](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-opencv.md) | |||
- [Install color-debug](https://github.com/roboticslab-uc3m/color-debug) | |||
- [Install tensorflow_cc 1.12+](https://github.com/FloopCZ/tensorflow_cc) |
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.
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 at 74eb52c.
Review to remove OpenCV dependency as well as adquisition/viewer, just in/out ports like vision/programs/colorRegionDetection2D/ColorRegionDetection2D.hpp Lines 18 to 19 in 9291fbb
|
@PeterBowman Thanks. I´m using |
@PeterBowman @jgvictores |
If I'm correct, a new Docker image can be started so that everything (tensorflow_cc + YARP + OpenCV etc.) will be preinstalled, we'd just need to git pull the vision repository. @jgvictores I'd create a roboticslab organization at Docker Hub in which our own images can be hosted. Let's speak 💀2💀? |
Outcome: |
|
|
Readme moved to path program at 54891dd |
Waiting for revision. |
|
|
Tensorflow: Detector 2D C++ API
Addresses #92.
Description
The pull request adds
tensorflowDetection2D
module.tensorflowDetection2D
module usetensorflow
C++ API. The module detects using pre-trained models likeVGG16
,Inception
,ResNet
,MobileNet
and other pre-trained models. The module build withcmake
instead ofbazel
using tensorflow_cc. Also useYARP
to send video source pre and post-procesed. Also admitsYARP
source video like input. The module has been tested with handstracking model and ssd_mobilenet_v1_coco. This module also publish detection results inYARP
port.C.I
Continuous integration with
Travis
is in process here. Right now, i´ve problems withTravis
timeout.C.I
works usingDocker
image withtensorflow_cc
pre-build.Installation guides
Installation guides done at roboticslab-uc3m/installation-guides#64.