Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmiao committed Apr 12, 2024
1 parent 07bc7dc commit e77c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PytorchWildlife/utils/post_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def save_detection_json(det_results, output_dir, categories=None, exclude_catego

def save_detection_timelapse_json(
det_results, output_dir, categories=None,
exclude_category_ids=[], exclude_file_path=None, detector={"detector": "megadetector_v5"}
exclude_category_ids=[], exclude_file_path=None, info={"detector": "megadetector_v5"}
):
"""
Save detection results to a JSON file.
Expand Down

0 comments on commit e77c0fe

Please sign in to comment.