diff --git a/cfg/classification.yaml b/cfg/classification.yaml index 910ce6030a3ee37124b1b0f8de893d9faf476bfc..769388d52558331e12aaa0ea691f225f24e9ac73 100644 --- a/cfg/classification.yaml +++ b/cfg/classification.yaml @@ -1,28 +1,33 @@ device: CUDA dl-mode: classification -tensorrt: False +tensorrt: True use-case: apple_scab img-size: 545 -img-patches: True +img-patches: False max-img-width: 1600 max-img-height: 1200 -conf-thres: 0.4 +conf-thres: 0.7 nms-thres: 0.3 view-img: True #general -logging: False -GPS: False -Camera: False -AGENSO: False -save-GPS: False -save-IMGS: False +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-to_send-folder: results/AGENSO/to_send -AGENSO-error-folder: results/AGENSO/error \ No newline at end of file +AGENSO-messages-folder: results/AGENSO/to_send +AGENSO-error-folder: results/AGENSO/error diff --git a/cfg/classification_patches.yaml b/cfg/classification_patches.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2c21f4da1700cec256762a6f40e5280a26d158e6 --- /dev/null +++ b/cfg/classification_patches.yaml @@ -0,0 +1,33 @@ +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 diff --git a/cfg/detection.yaml b/cfg/detection.yaml index f036e7b2cc0868d7e0f099f24e78841b5af3c963..9dd6e1de4f20e5eba1cac9776e9eef8357217165 100644 --- a/cfg/detection.yaml +++ b/cfg/detection.yaml @@ -3,10 +3,10 @@ dl-mode: detection tensorrt: False use-case: apple_scab img-size: 640 -img-patches: True +img-patches: False max-img-width: 1600 max-img-height: 1200 -conf-thres: 0.4 +conf-thres: 0.7 nms-thres: 0.3 view-img: True