質問


Dot indexing is not supported for variables of this type.
sad1 = 'D:\Project\DB\train\'; sad = dir(sad1); % Returns both folders and files % sad = dir(pwd); % Returns both folder...

3年弱 前 | 3 件の回答 | 1

3

回答

質問


How do I arrange folders before using HOG
Folder = 'D:\Project\DB\train\'; FileList1 = dir(fullfile(Folder, '**', '*.tif')); FileList = sort_nat( FileList1 );...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


Group_Test1 is empty
It does not enter the for j loop, so Group_Test1 is empty clear all clc sad = dir('D:\Project\DB1\test\'); % Returns both ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I remove . and ..
clear all clc sad = dir('D:\Project\DB1\test\'); % Returns both folders and files % sad = dir(pwd); % Returns both folders ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Variable 'Group_Test1' not found.
clear all clc sad = dir('D:\Project\DB1\test\'); % Returns both folders and files cell_array_of_folder_names = {sad([sad....

約3年 前 | 0 件の回答 | 0

0

回答

質問


Dot indexing is not supported for variables of this type.
clear all clc sad = dir('D:\Project\DB1\test\'); % Returns both folders and files cell_array_of_folder_names = {sad([sad....

約3年 前 | 2 件の回答 | 0

2

回答

質問


Variable 'Group_Test1' not found.
clear all clc sad = dir('D:\Project\DB1\test\'); % Returns both folders and files cell_array_of_folder_names = {sad([sad....

約3年 前 | 2 件の回答 | 0

2

回答

質問


Brace indexing is not supported for variables of this type.
How do I call the sort_nat function to sort folders? clear all clc PF = 'D:\Project\DB1\test\' % Parent Folder SFL = dir(PF...

約3年 前 | 1 件の回答 | 0

1

回答

質問


I don't know where the error is? Why Group_Test1 does not have the same labeling as the testset?
clear all clc %Group_Train1=zeros(26459); %Group_Test1=zeros(6033); PF = 'D:\Project\DB1\train\' % Parent Folder SFL = di...

約3年 前 | 0 件の回答 | 0

0

回答

質問


Out of Memory, The size of the indicated variable or array appears to be changing with each loop iteration. Undefined function or variable 'Feat1'.
clear all clc Feat1=[]; Feat2=[]; PF = 'D:\Project\DB1\train\' % Parent Folder SFL = dir(PF) % List the sub folde...

約3年 前 | 1 件の回答 | 0

1

回答