From 29d422e3ab0e92815b11fd51aa90fdca7e7dc5ed Mon Sep 17 00:00:00 2001 From: v-h Date: Mon, 16 Jan 2023 07:38:12 +0100 Subject: [PATCH] added comments --- RCNN_for_traficsigns_stepthree.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RCNN_for_traficsigns_stepthree.m b/RCNN_for_traficsigns_stepthree.m index ae521fc..683454e 100644 --- a/RCNN_for_traficsigns_stepthree.m +++ b/RCNN_for_traficsigns_stepthree.m @@ -10,11 +10,11 @@ % image-material, that has to be removed by hand after unzipping) % additional scriptfiles: -% - func_setupData.m +% - func_setupData_stepthree.m % unpack data etc. -% - func_groundTruthFromLabelPic.m +% - func_groundTruthFromLabelPic_stepthree.m % (generate groundtruthtablle from image-data) -% - augmentData.m +% - augmentData_stepthree.m % (dataaugmentation für RCNN) % - helperSanitizeBoxes.m % (part of augmentation)