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
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
97436979
Commit
97436979
authored
3 years ago
by
Daalen, Tim van
Browse files
Options
Downloads
Patches
Plain Diff
cfg update: removed redundant parameters, made file-paths explicit for the shortcuts
parent
2d7f885d
No related branches found
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
+5
-9
5 additions, 9 deletions
cfg/classification.yaml
cfg/classification_patches.yaml
+5
-9
5 additions, 9 deletions
cfg/classification_patches.yaml
cfg/detection.yaml
+4
-9
4 additions, 9 deletions
cfg/detection.yaml
with
14 additions
and
27 deletions
cfg/classification.yaml
+
5
−
9
View file @
97436979
...
...
@@ -6,9 +6,6 @@ img-size: 545
img-patches
:
False
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!
...
...
@@ -18,17 +15,16 @@ AGENSO: True
save-GPS
:
True
save-IMGS
:
True
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
min-movement-
fram
e
:
0.
1
#M between GPS pulses (1 puls/2min)
min-movement-
puls
e
:
0.
6
#M between GPS pulses (1 puls/2min)
GPS-checks
:
False
#enable/disable GPS moving checks to facilitate desk debugging
Visualize-output
:
True
#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
weights-folder
:
/home/adlink/inference/
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
nn-output-folder
:
/home/adlink/inference/
results/adlink_acquistion_session1
AGENSO-messages-folder
:
/home/adlink/inference/
results/AGENSO/to_send
AGENSO-error-folder
:
/home/adlink/inference/
results/AGENSO/error
This diff is collapsed.
Click to expand it.
cfg/classification_patches.yaml
+
5
−
9
View file @
97436979
...
...
@@ -6,9 +6,6 @@ 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!
...
...
@@ -18,17 +15,16 @@ AGENSO: True
save-GPS
:
True
save-IMGS
:
True
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
min-movement-
fram
e
:
0.
1
#M between GPS pulses (1 puls/2min)
min-movement-
puls
e
:
0.
6
#M between GPS pulses (1 puls/2min)
GPS-checks
:
False
#enable/disable GPS moving checks to facilitate desk debugging
Visualize-output
:
True
#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
weights-folder
:
/home/adlink/inference/
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
nn-output-folder
:
/home/adlink/inference/
results/adlink_acquistion_session1
AGENSO-messages-folder
:
/home/adlink/inference/
results/AGENSO/to_send
AGENSO-error-folder
:
/home/adlink/inference/
results/AGENSO/error
This diff is collapsed.
Click to expand it.
cfg/detection.yaml
+
4
−
9
View file @
97436979
...
...
@@ -3,12 +3,8 @@ dl-mode: detection
tensorrt
:
False
use-case
:
apple_scab
img-size
:
640
img-patches
:
False
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!
...
...
@@ -20,15 +16,14 @@ save-IMGS: True
save-every-x
:
10
#dont save all imgs & GPS coordinates, its simply to much
min-movement-pulse
:
0.6
#M between GPS pulses (1 puls/2 seconds, 0.6 = 0.3 m/s and 1 km/h)
GPS-checks
:
True
#enable/disable GPS moving checks to facilitate desk debugging
Visualize-output
:
True
#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
weights-folder
:
/home/adlink/inference/
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
nn-output-folder
:
/home/adlink/inference/
results/adlink_acquistion_session1
AGENSO-messages-folder
:
/home/adlink/inference/
results/AGENSO/to_send
AGENSO-error-folder
:
/home/adlink/inference/
results/AGENSO/error
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