remove static, compatibility

This commit is contained in:
Victor Hall 2022-11-11 12:47:27 -05:00
parent be3fbf9b2c
commit 09efafc60d
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ def load_image(raw_image, device):
image = transform(raw_image).unsqueeze(0).to(device)
return image
@staticmethod
def get_out_file_name(out_dir, base_name, ext):
return os.path.join(out_dir, f"{base_name}{ext}")