Skip to content

Commit

Permalink
🩹 [Update] logging, Temporarily cancel graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed May 30, 2024
1 parent 6aabc6c commit 42eab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolo/model/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ def get_model(cfg: Config) -> YOLO:
model = YOLO(cfg.model, cfg.hyper.data.class_num)
logger.info("✅ Success load model")
log_model(model.model)
draw_model(model=model)
# draw_model(model=model)
return model

0 comments on commit 42eab9c

Please sign in to comment.