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
I want to detect and recognition Waste (plastic, glass, paper) with JeVois camera with DNN
Best module to use for high FPS vehicle & object detection in a road setting?
Custom cameras 24pin, 0.5mm pitch, flex, SCCB interface
I need a program in Phyton to integrate some more pictures.
Plans for making "Info" tab content easy to create?
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
I need to create custom DNN for waste, garbage detection and classification - for SEPARATION
0
votes
Can you help me with creating custom DNN ? for waste separation ?
detection and classification, how to create model, which files ? how to create, where to save it ?
thanks :)
custom
dnn
asked
Jul 1, 2019
in
Programmer Questions
by
tarzanboy13
(
200
points)
Please
log in
or
register
to answer this question.
1 Answer
0
votes
You can use this:
http://jevois.org/tutorials/UserTensorFlowTraining.html
but make sure you refer to the original tutorial from google, as the instructions for "toco" change depending on which version of Tensorflow you are using to train.
Or you can look for generic OpenCV tutorials about DNN training. Once you have a trained network that runs with OpenCV, you can load it onto JeVois, see for example
http://jevois.org/moddoc/PyClassificationDNN/modinfo.html
answered
Jul 2, 2019
by
JeVois
(
46,580
points)
I want to use tensorflow training, but with bouding boxes
- the first link is only for recognition, but no for detecting,
Please
log in
or
register
to add a comment.
...