Skip to content
Snippets Groups Projects
Commit 4bf58cc9 authored by Daalen, Tim van's avatar Daalen, Tim van
Browse files

cfg-file updates

parent 47a406a5
Branches
No related tags found
No related merge requests found
device: CUDA device: CUDA
dl-mode: classification dl-mode: classification
tensorrt: False tensorrt: True
use-case: apple_scab use-case: apple_scab
img-size: 545 img-size: 545
img-patches: True img-patches: False
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: False GPS: True
Camera: False Camera: True
AGENSO: False AGENSO: True
save-GPS: False save-GPS: True
save-IMGS: False save-IMGS: True
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
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
...@@ -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: True img-patches: False
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment