File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -237,11 +237,8 @@ def __init__(
237237 ############################################
238238 self .layer = layer
239239 self .images_filepaths = images_filepaths
240-
241240 ############################################
242241 ############################################
243- self .layer = layer
244- self .images_filepaths = images_filepaths
245242
246243 """These attributes are all arguments of :py:func:~inference, please see that for reference"""
247244
@@ -305,7 +302,7 @@ def log_parameters(self):
305302 f"Objects smaller than { self .instance_params ['size_small' ]} pixels will be removed\n "
306303 )
307304 # self.log(f"")
308- self .log ("\n " )
305+ # self.log("\n")
309306 self .log ("-" * 20 )
310307
311308 def load_folder (self ):
You can’t perform that action at this time.
0 commit comments