added comments

This commit is contained in:
v-h 2023-01-16 07:38:12 +01:00
parent eb15f88b6e
commit 29d422e3ab

View File

@ -10,11 +10,11 @@
% image-material, that has to be removed by hand after unzipping) % image-material, that has to be removed by hand after unzipping)
% additional scriptfiles: % additional scriptfiles:
% - func_setupData.m % - func_setupData_stepthree.m
% unpack data etc. % unpack data etc.
% - func_groundTruthFromLabelPic.m % - func_groundTruthFromLabelPic_stepthree.m
% (generate groundtruthtablle from image-data) % (generate groundtruthtablle from image-data)
% - augmentData.m % - augmentData_stepthree.m
% (dataaugmentation für RCNN) % (dataaugmentation für RCNN)
% - helperSanitizeBoxes.m % - helperSanitizeBoxes.m
% (part of augmentation) % (part of augmentation)