Skip to content

Commit

Permalink
Update inference example
Browse files Browse the repository at this point in the history
  • Loading branch information
usuyama committed Nov 18, 2024
1 parent 4f30977 commit b6610c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ from PIL import Image
import torch
from modeling.BaseModel import BaseModel
from modeling import build_model
from utils.distributed import init_distributed
from utils.arguments import load_opt_from_config_files
from utils.constants import BIOMED_CLASSES
from utilities.distributed import init_distributed
from utilities.arguments import load_opt_from_config_files
from utilities.constants import BIOMED_CLASSES
from inference_utils.inference import interactive_infer_image
import numpy as np

Expand Down

0 comments on commit b6610c7

Please sign in to comment.