Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajk authored Dec 15, 2024
1 parent 293dff7 commit fccbaa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ from YOLOv8_Explainer import yolov8_heatmap, display_images

model = yolov8_heatmap(
weight="/location/model.pt",
conf_threshold=0.4,
device = "cpu",
conf_threshold=0.4,
method = "EigenCAM",
layer=[10, 12, 14, 16, 18, -3],
backward_type="all",
ratio=0.02,
show_box=True,
renormalize=False,
Expand Down

0 comments on commit fccbaa7

Please sign in to comment.