@@ -13,10 +13,10 @@ class SfMBootStraping(desc.AVCommandLineNode):
1313
1414 inputs = [
1515 desc .File (
16- name = ' input' ,
17- label = ' SfMData' ,
18- description = ' SfMData file.' ,
19- value = '' ,
16+ name = " input" ,
17+ label = " SfMData" ,
18+ description = " SfMData file." ,
19+ value = "" ,
2020 uid = [0 ],
2121 ),
2222 desc .ListAttribute (
@@ -32,46 +32,46 @@ class SfMBootStraping(desc.AVCommandLineNode):
3232 description = "Folder(s) containing the extracted features and descriptors."
3333 ),
3434 desc .File (
35- name = ' tracksFilename' ,
36- label = ' Tracks file' ,
37- description = ' Tracks file.' ,
38- value = '' ,
35+ name = " tracksFilename" ,
36+ label = " Tracks File" ,
37+ description = " Tracks file." ,
38+ value = "" ,
3939 uid = [0 ],
4040 ),
4141 desc .File (
42- name = ' pairs' ,
43- label = ' Pairs file' ,
44- description = ' Information on pairs.' ,
45- value = '' ,
42+ name = " pairs" ,
43+ label = " Pairs File" ,
44+ description = " Information on pairs." ,
45+ value = "" ,
4646 uid = [0 ],
4747 ),
4848 desc .ChoiceParam (
49- name = ' describerTypes' ,
50- label = ' Describer Types' ,
51- description = ' Describer types used to describe an image.' ,
52- value = [' dspsift' ],
53- values = [' sift' , ' sift_float' , ' sift_upright' , ' dspsift' , ' akaze' , ' akaze_liop' , ' akaze_mldb' , ' cctag3' , ' cctag4' , ' sift_ocv' , ' akaze_ocv' , ' tag16h5' ],
49+ name = " describerTypes" ,
50+ label = " Describer Types" ,
51+ description = " Describer types used to describe an image." ,
52+ value = [" dspsift" ],
53+ values = [" sift" , " sift_float" , " sift_upright" , " dspsift" , " akaze" , " akaze_liop" , " akaze_mldb" , " cctag3" , " cctag4" , " sift_ocv" , " akaze_ocv" , " tag16h5" ],
5454 exclusive = False ,
5555 uid = [0 ],
56- joinChar = ',' ,
56+ joinChar = "," ,
5757 ),
5858 desc .ChoiceParam (
59- name = ' verboseLevel' ,
60- label = ' Verbose Level' ,
61- description = ' Verbosity level (fatal, error, warning, info, debug, trace).' ,
62- value = ' info' ,
63- values = [' fatal' , ' error' , ' warning' , ' info' , ' debug' , ' trace' ],
59+ name = " verboseLevel" ,
60+ label = " Verbose Level" ,
61+ description = " Verbosity level (fatal, error, warning, info, debug, trace)." ,
62+ value = " info" ,
63+ values = [" fatal" , " error" , " warning" , " info" , " debug" , " trace" ],
6464 exclusive = True ,
6565 uid = [],
6666 )
6767 ]
6868
6969 outputs = [
7070 desc .File (
71- name = ' output' ,
72- label = ' SfMData' ,
73- description = ' Path to the output sfmdata file' ,
74- value = desc .Node .internalFolder + ' sfm.json' ,
71+ name = " output" ,
72+ label = " SfMData" ,
73+ description = " Path to the output SfMData file." ,
74+ value = desc .Node .internalFolder + " sfm.json" ,
7575 uid = [],
7676 )
7777 ]
0 commit comments