Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inference
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
optima
inference
Commits
4bf58cc9
Commit
4bf58cc9
authored
4 years ago
by
Daalen, Tim van
Browse files
Options
Downloads
Patches
Plain Diff
cfg-file updates
parent
47a406a5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cfg/classification.yaml
+16
-11
16 additions, 11 deletions
cfg/classification.yaml
cfg/classification_patches.yaml
+33
-0
33 additions, 0 deletions
cfg/classification_patches.yaml
cfg/detection.yaml
+2
-2
2 additions, 2 deletions
cfg/detection.yaml
with
51 additions
and
13 deletions
cfg/classification.yaml
+
16
−
11
View file @
4bf58cc9
device
:
CUDA
device
:
CUDA
dl-mode
:
classification
dl-mode
:
classification
tensorrt
:
Fals
e
tensorrt
:
Tru
e
use-case
:
apple_scab
use-case
:
apple_scab
img-size
:
545
img-size
:
545
img-patches
:
Tru
e
img-patches
:
Fals
e
max-img-width
:
1600
max-img-width
:
1600
max-img-height
:
1200
max-img-height
:
1200
conf-thres
:
0.
4
conf-thres
:
0.
7
nms-thres
:
0.3
nms-thres
:
0.3
view-img
:
True
view-img
:
True
#general
#general
logging
:
False
logging
:
False
#logging is the only process which can cause out of memory crashes!
GPS
:
Fals
e
GPS
:
Tru
e
Camera
:
Fals
e
Camera
:
Tru
e
AGENSO
:
Fals
e
AGENSO
:
Tru
e
save-GPS
:
Fals
e
save-GPS
:
Tru
e
save-IMGS
:
Fals
e
save-IMGS
:
Tru
e
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
min-movement-frame
:
0.1
#m between frames
min-movement-frame
:
0.1
#m between frames
GPS-checks
:
False
#enable/disable GPS moving checks to facilitate desk debugging
#AGENSO
AGENSO-batchsize
:
20
#number of detections we send in one file
AGENSO-send-interval
:
15
#300 #send stored results in a burst every x secs
#folders
#folders
weights-folder
:
weights
weights-folder
:
weights
img-input-folder
:
/home/adlink/inference/data/images/apple_scab
img-input-folder
:
/home/adlink/inference/data/images/apple_scab
nn-output-folder
:
results/adlink_acquistion_session1
nn-output-folder
:
results/adlink_acquistion_session1
AGENSO-to_send-folder
:
results/AGENSO/to_send
AGENSO-messages-folder
:
results/AGENSO/to_send
AGENSO-error-folder
:
results/AGENSO/error
AGENSO-error-folder
:
results/AGENSO/error
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cfg/classification_patches.yaml
0 → 100644
+
33
−
0
View file @
4bf58cc9
device
:
CUDA
dl-mode
:
classification
tensorrt
:
True
use-case
:
apple_scab
img-size
:
224
img-patches
:
True
max-img-width
:
1600
max-img-height
:
1200
conf-thres
:
0.7
nms-thres
:
0.3
view-img
:
True
#general
logging
:
False
#logging is the only process which can cause out of memory crashes!
GPS
:
True
Camera
:
True
AGENSO
:
True
save-GPS
:
True
save-IMGS
:
True
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
min-movement-frame
:
0.1
#m between frames
GPS-checks
:
False
#enable/disable GPS moving checks to facilitate desk debugging
#AGENSO
AGENSO-batchsize
:
20
#number of detections we send in one file
AGENSO-send-interval
:
15
#300 #send stored results in a burst every x secs
#folders
weights-folder
:
weights
img-input-folder
:
/home/adlink/inference/data/images/apple_scab
nn-output-folder
:
results/adlink_acquistion_session1
AGENSO-messages-folder
:
results/AGENSO/to_send
AGENSO-error-folder
:
results/AGENSO/error
This diff is collapsed.
Click to expand it.
cfg/detection.yaml
+
2
−
2
View file @
4bf58cc9
...
@@ -3,10 +3,10 @@ dl-mode: detection
...
@@ -3,10 +3,10 @@ dl-mode: detection
tensorrt
:
False
tensorrt
:
False
use-case
:
apple_scab
use-case
:
apple_scab
img-size
:
640
img-size
:
640
img-patches
:
Tru
e
img-patches
:
Fals
e
max-img-width
:
1600
max-img-width
:
1600
max-img-height
:
1200
max-img-height
:
1200
conf-thres
:
0.
4
conf-thres
:
0.
7
nms-thres
:
0.3
nms-thres
:
0.3
view-img
:
True
view-img
:
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment