symisc / sod

An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
https://sod.pixlab.io
Other
1.75k stars 213 forks source link

realnet_train_model #3

Closed qaz734913414 closed 6 years ago

qaz734913414 commented 6 years ago

Parsing done. Processing network layers now..

Processing layer: 'paths'..

Processing layer: 'detector'..

Collecting positive samples..

Entering directory: 'pedestrian_dataset/positives'..

Over 300 positive samples were collected so far..

Over 600 positive samples were collected so far..

Over 900 positive samples were collected so far..

Over 1200 positive samples were collected so far..

Over 1500 positive samples were collected so far..

Over 1800 positive samples were collected so far..

Over 2100 positive samples were collected so far..

Over 2400 positive samples were collected so far..

Over 2700 positive samples were collected so far..

2908 positive samples were collected on directory: 'pedestrian_dataset/positives'

Collecting negative samples..

IO error while entering directory: 'pedestrian_dataset/background'

symisc commented 6 years ago

This error mean that the negative samples path ('pedestrian_dataset') is invalid. Either you provide a valid path (full paths works well) where background images (i.e anything but a pedestrian images) can be collected. This is the recommended case. Otherwise, you can comment this field with a # to tel the parser to ignore the path but your model won't be accurate with this

-----Original Message----- From: "独自狂战" notifications@github.com To: symisc/sod sod@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Sent: Sun, 10 Jun 2018 16:04 Subject: [symisc/sod] realnet_train_model (#3)

Parsing done. Processing network layers now..

Processing layer: 'paths'..

Processing layer: 'detector'..

Collecting positive samples..

Entering directory: 'pedestrian_dataset/positives'..

Over 300 positive samples were collected so far..

Over 600 positive samples were collected so far..

Over 900 positive samples were collected so far..

Over 1200 positive samples were collected so far..

Over 1500 positive samples were collected so far..

Over 1800 positive samples were collected so far..

Over 2100 positive samples were collected so far..

Over 2400 positive samples were collected so far..

Over 2700 positive samples were collected so far..

2908 positive samples were collected on directory: 'pedestrian_dataset/positives'

Collecting negative samples..

IO error while entering directory: 'pedestrian_dataset/background'

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/symisc/sod/issues/3