Remember
Register
Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
JeVois Tech Zone
We have moved to a new forum at
http://jevois.usc.edu
, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.
All categories
User questions
(151)
Hardware Questions
(82)
Programmer Questions
(254)
Misc Questions
(38)
525
questions
591
answers
651
comments
700,813
users
Related questions
How to track an specific ArUco code with pan-tilt head example?
how can i do a pan-tilt system with raspberry?
Can I tell the arduino to only track a specific object the Jevois detects?
How can I save the object names and x,y coordinates of objects identified with Darknet/YOLO to disk on my PC?
How to fix "Are you using old TFLite binary with newer model?"
Most popular tags
jevois
serial
python
arduino
ubuntu
jevois-inventor
module
aruco
host
jevois-sdk-dev
programming
tensorflow
bug
raspberry-pi
communication
windows
opencv
inventor
report
camera
ar0135
c
yolo
output
build
green-light
jevois-daemon
write-your-own-module
marker-detections
mavlink
sdcard
lens
objectdetect
dnn
usb
windows-10
darknet
qrcode
recognition
detection
hardware
install
platform
software
global-shutter
noir
tflite
custom-model
jevois-inventor-windows
hello-jevois
binary
demos
sensor-model
focal-length
resolution
freezing
fan
sensor
power
objecttracker
sdk
connector
video
linux
frame
green-light-on
hibernate
ov2640
people-detection
script-from-host
jevois-inventor-ubuntu18
ubuntu18
mobilenet
low-frame-rate
svm
nodemcu
frc
darknetsaliency
apt-get
laser
imu
artoolkit
timer
gucviewer
face
not-recognized
road-navigation
navigation
counting
eye-tracking
road
cli-command
wifi
slow
debug
color
gpu
pointer
gdb
parameters
How to track a specific object using Tenserflow and a pan/tilt servo?
0
votes
I want to track a sunflower using the Jevois camera and pan/tilt set up. This requires it to ignore other objects recognized besides the sunflower.
track
objectdetect
tensorflow
asked
Sep 2, 2018
in
Programmer Questions
by
VoltGe
(
140
points)
Please
log in
or
register
to answer this question.
1 Answer
0
votes
I think this should work, you start with
http://jevois.org/tutorials/UserPanTilt.html
then run this module on JeVois:
http://jevois.org/moddoc/TensorFlowSaliency/modinfo.html
and you train tensorflow as in:
http://jevois.org/tutorials/UserTensorFlowTraining.html
or any of these modules (some retraining will be needed, which is a bit more complex with YOLO or mobilenet+SSD networks)
http://jevois.org/moddoc/DetectionDNN/modinfo.html
http://jevois.org/moddoc/PyDetectionDNN/modinfo.html
http://jevois.org/moddoc/DarknetYOLO/modinfo.html
answered
Sep 4, 2018
by
JeVois
(
46,580
points)
Please
log in
or
register
to add a comment.
...