Skip to content

Commit

Permalink
Remove unused imports for better code clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
gongbiao committed Dec 17, 2024
1 parent 84bc728 commit 7f74026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from utils.config import Config
from utils.registry_class import INFER_ENGINE

from tools import *

if __name__ == '__main__':
cfg_update = Config(load=True)
INFER_ENGINE.build(dict(type=cfg_update.TASK_TYPE), cfg_update=cfg_update.cfg_dict)

0 comments on commit 7f74026

Please sign in to comment.