Skip to content

Commit

Permalink
Remove annoying log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 19, 2023
1 parent d03e7f7 commit b28a69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/pytorch/cutler/cutler_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def set_configuration( self, cfg_in ):


def set_mmdet_config(self):
print('set_mmdet_config\n')
#print('set_mmdet_config\n')
self.register_new_losses()
self.mmdet_config_file = os.path.join(self.config_dir,
os.path.basename(self.config['mmdet_model_config_file']))
Expand Down Expand Up @@ -466,7 +466,7 @@ def update_model( self ):


def add_data_from_disk( self, categories, train_files, train_dets, test_files, test_dets ):
print('add_data_from_disk')
#print('add_data_from_disk')

if len( train_files ) != len( train_dets ):
print( "Error: train file and groundtruth count mismatch" )
Expand Down

0 comments on commit b28a69d

Please sign in to comment.