megadetector 5.0.15__tar.gz → 5.0.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of megadetector might be problematic. Click here for more details.
- {megadetector-5.0.15 → megadetector-5.0.17}/LICENSE +0 -0
- {megadetector-5.0.15/megadetector.egg-info → megadetector-5.0.17}/PKG-INFO +5 -7
- {megadetector-5.0.15 → megadetector-5.0.17}/README-package.md +4 -6
- {megadetector-5.0.15 → megadetector-5.0.17}/README.md +3 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/batch_service/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/batch_service/score.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_api_config.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_app_config.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_batch_job_manager.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_job_status_table.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_orchestration.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core_support/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core_support/aggregate_results_manually.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_support/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_support/summarize_daily_activity.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/data_preparation/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/integration/digiKam/setup.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/integration/digiKam/xmp_integration.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/integration/eMammal/test_scripts/config_template.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/integration/eMammal/test_scripts/push_annotations_to_emammal.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/integration/eMammal/test_scripts/select_images_for_testing.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/animal_detection_api/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/animal_detection_api/api_backend.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/animal_detection_api/api_frontend.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/animal_detection_api/config.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/tests/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/tests/load_test.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/aggregate_classifier_probs.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/analyze_failed_images.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/cache_batchapi_outputs.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/create_classification_dataset.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/crop_detections.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/csv_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/detect_and_crop.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/efficientnet/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/evaluate_model.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/identify_mislabeled_candidates.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/json_to_azcopy_list.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/json_validator.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/map_classification_categories.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/merge_classification_detection_output.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/prepare_classification_script.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/prepare_classification_script_mc.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/run_classifier.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/save_mislabeled.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/train_classifier.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/train_classifier_tf.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/train_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/annotations/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/annotations/annotation_constants.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/camtrap_dp_to_coco.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/cct_json_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/cct_to_md.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/cct_to_wi.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/coco_to_labelme.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/coco_to_yolo.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/add_width_and_height_to_db.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/combine_coco_camera_traps_files.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/integrity_check_json_db.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/subset_json_db.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/generate_crops_from_cct.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/get_image_sizes.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/add_nacti_sizes.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/add_timestamps_to_icct.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/animl_results_to_md_results.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/auckland_doc_test_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/auckland_doc_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/awc_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/bellevue_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/cacophony-thermal-importer.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/carrizo_shrubfree_2018.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/carrizo_trail_cam_2017.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/cct_field_adjustments.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/channel_islands_to_cct.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/eMammal/copy_and_unzip_emammal.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/eMammal/eMammal_helpers.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/eMammal/make_eMammal_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/ena24_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/filenames_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/helena_to_cct.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/idaho-camera-traps.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/idfg_iwildcam_lila_prep.py +0 -0
- megadetector-5.0.17/megadetector/data_management/importers/import_desert_lion_conservation_camera_traps.py +387 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/jb_csv_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/mcgill_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/missouri_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/nacti_fieldname_adjustments.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/noaa_seals_2019.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/pc_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/plot_wni_giraffes.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/prepare-noaa-fish-data-for-lila.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/prepare_zsl_imerit.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/rspb_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/save_the_elephants_survey_A.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/save_the_elephants_survey_B.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/snapshot_safari_importer.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/snapshot_safari_importer_reprise.py +28 -16
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/snapshot_serengeti_lila.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/snapshotserengeti/make_full_SS_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/snapshotserengeti/make_per_season_SS_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/sulross_get_exif.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/timelapse_csv_set_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/ubc_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/umn_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/wellington_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/wi_to_json.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/zamba_results_to_md_results.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/labelme_to_coco.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/labelme_to_yolo.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/add_locations_to_island_camera_traps.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/add_locations_to_nacti.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/create_lila_blank_set.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/create_lila_test_set.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/create_links_to_md_results_files.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/download_lila_subset.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/generate_lila_per_image_labels.py +3 -3
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/get_lila_annotation_counts.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/get_lila_image_counts.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/lila_common.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/lila/test_lila_metadata_urls.py +2 -2
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/ocr_tools.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/read_exif.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/remap_coco_categories.py +0 -0
- megadetector-5.0.17/megadetector/data_management/remove_exif.py +91 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/rename_images.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/resize_coco_dataset.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/wi_download_csv_to_coco.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/yolo_output_to_md_output.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/yolo_to_coco.py +25 -6
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/detector_training/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/detector_training/model_main_tf2.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/process_video.py +270 -127
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/pytorch_detector.py +13 -11
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/run_detector.py +9 -2
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/run_detector_batch.py +8 -1
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/run_inference_with_yolov5_val.py +58 -10
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/run_tiled_inference.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/tf_detector.py +8 -2
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/detection/video_utils.py +214 -18
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/add_max_conf.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/categorize_detections_by_size.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/classification_postprocessing.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/combine_api_outputs.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/compare_batch_results.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/convert_output_format.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/load_api_results.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/md_to_coco.py +31 -9
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/md_to_labelme.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/merge_detections.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/postprocess_batch_results.py +23 -7
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/remap_detection_categories.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/render_detection_confusion_matrix.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/repeat_detection_elimination/find_repeat_detections.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/repeat_detection_elimination/remove_repeat_detections.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/repeat_detection_elimination/repeat_detections_core.py +5 -2
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/separate_detections_into_folders.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/subset_json_detector_output.py +22 -12
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/postprocessing/top_folders_to_bottom.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/map_lila_taxonomy_to_wi_taxonomy.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/map_new_lila_datasets.py +3 -3
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/prepare_lila_taxonomy_release.py +2 -1
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/preview_lila_taxonomy.py +1 -1
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/retrieve_sample_image.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/simple_image_download.py +5 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/species_lookup.py +1 -1
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/taxonomy_csv_checker.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/taxonomy_graph.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/taxonomy_mapping/validate_lila_category_mappings.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/azure_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/ct_utils.py +48 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/directory_listing.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/md_tests.py +231 -56
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/path_utils.py +2 -2
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/process_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/sas_blob_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/split_locations_into_train_val.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/string_utils.py +0 -0
- megadetector-5.0.17/megadetector/utils/torch_test.py +32 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/url_utils.py +101 -4
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/utils/write_html_image_list.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/__init__.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/plot_utils.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/render_images_with_thumbnails.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/visualization_utils.py +21 -6
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/visualize_db.py +16 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/visualization/visualize_detector_output.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17/megadetector.egg-info}/PKG-INFO +5 -7
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector.egg-info/SOURCES.txt +2 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector.egg-info/dependency_links.txt +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector.egg-info/requires.txt +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector.egg-info/top_level.txt +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/pyproject.toml +1 -1
- {megadetector-5.0.15 → megadetector-5.0.17}/setup.cfg +0 -0
- megadetector-5.0.15/megadetector/data_management/remove_exif.py +0 -66
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/efficientnet/model.py +0 -0
- {megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/efficientnet/utils.py +0 -0
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: megadetector
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.17
|
|
4
4
|
Summary: MegaDetector is an AI model that helps conservation folks spend less time doing boring things with camera trap images.
|
|
5
5
|
Author-email: Your friendly neighborhood MegaDetector team <cameratraps@lila.science>
|
|
6
6
|
Maintainer-email: Your friendly neighborhood MegaDetector team <cameratraps@lila.science>
|
|
@@ -54,25 +54,23 @@ Requires-Dist: ultralytics-yolov5==0.1.1
|
|
|
54
54
|
|
|
55
55
|
This package is a pip-installable version of the support/inference code for [MegaDetector](https://github.com/agentmorris/MegaDetector/?tab=readme-ov-file#megadetector), an object detection model that helps conservation biologists spend less time doing boring things with camera trap images. Complete documentation for this Python package is available at [megadetector.readthedocs.io](https://megadetector.readthedocs.io).
|
|
56
56
|
|
|
57
|
-
If you aren't looking for the Python package
|
|
57
|
+
If you aren't looking for the Python package specifically, and you just want to learn more about what MegaDetector is all about, head over to the [MegaDetector repo](https://github.com/agentmorris/MegaDetector/?tab=readme-ov-file#megadetector).
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
## Reasons
|
|
60
|
+
## Reasons might not be looking for this package
|
|
61
61
|
|
|
62
62
|
### If you are an ecologist...
|
|
63
63
|
|
|
64
|
-
If you are an ecologist looking to use MegaDetector to help you get through your camera trap images, you probably don't want this package. We recommend starting with our "[Getting started with MegaDetector](https://github.com/agentmorris/MegaDetector/blob/main/getting-started.md)" page, then digging in to the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md), which will walk you through the process of using MegaDetector.
|
|
64
|
+
If you are an ecologist looking to use MegaDetector to help you get through your camera trap images, you probably don't want this package, or at least you probably don't want to start at this page. We recommend starting with our "[Getting started with MegaDetector](https://github.com/agentmorris/MegaDetector/blob/main/getting-started.md)" page, then digging in to the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md), which will walk you through the process of using MegaDetector.
|
|
65
65
|
|
|
66
66
|
### If you are a computer-vision-y type...
|
|
67
67
|
|
|
68
|
-
If you are a computer-vision-y person looking to run or fine-tune MegaDetector programmatically, you
|
|
68
|
+
If you are a computer-vision-y person looking to run or fine-tune MegaDetector programmatically, you probably don't want this package. MegaDetector is just a fine-tuned version of [YOLOv5](https://github.com/ultralytics/yolov5), and the [ultralytics](https://github.com/ultralytics/ultralytics/) package (from the developers of YOLOv5) has a zillion bells and whistles for both inference and fine-tuning that this package doesn't.
|
|
69
69
|
|
|
70
70
|
## Reasons you might want to use this package
|
|
71
71
|
|
|
72
72
|
If you want to programmatically interact with the postprocessing tools from the MegaDetector repo, or programmatically run MegaDetector in a way that produces [Timelapse](https://saul.cpsc.ucalgary.ca/timelapse)-friendly output (i.e., output in the standard [MegaDetector output format](https://github.com/agentmorris/MegaDetector/tree/main/megadetector/api/batch_processing#megadetector-batch-output-format)), this package might be for you.
|
|
73
73
|
|
|
74
|
-
Although even if that describes you, you <i>still</i> might be better off cloning the MegaDetector repo. Pip-installability requires that some dependencies be newer than what was available at the time MDv5 was trained, so results are <i>very slightly</i> different than results produced in the "official" environment. These differences <i>probably</i> don't matter much, but they have not been formally characterized.
|
|
75
|
-
|
|
76
74
|
## If I haven't talked you out of using this package...
|
|
77
75
|
|
|
78
76
|
To install:
|
|
@@ -2,25 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
This package is a pip-installable version of the support/inference code for [MegaDetector](https://github.com/agentmorris/MegaDetector/?tab=readme-ov-file#megadetector), an object detection model that helps conservation biologists spend less time doing boring things with camera trap images. Complete documentation for this Python package is available at [megadetector.readthedocs.io](https://megadetector.readthedocs.io).
|
|
4
4
|
|
|
5
|
-
If you aren't looking for the Python package
|
|
5
|
+
If you aren't looking for the Python package specifically, and you just want to learn more about what MegaDetector is all about, head over to the [MegaDetector repo](https://github.com/agentmorris/MegaDetector/?tab=readme-ov-file#megadetector).
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
## Reasons
|
|
8
|
+
## Reasons might not be looking for this package
|
|
9
9
|
|
|
10
10
|
### If you are an ecologist...
|
|
11
11
|
|
|
12
|
-
If you are an ecologist looking to use MegaDetector to help you get through your camera trap images, you probably don't want this package. We recommend starting with our "[Getting started with MegaDetector](https://github.com/agentmorris/MegaDetector/blob/main/getting-started.md)" page, then digging in to the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md), which will walk you through the process of using MegaDetector.
|
|
12
|
+
If you are an ecologist looking to use MegaDetector to help you get through your camera trap images, you probably don't want this package, or at least you probably don't want to start at this page. We recommend starting with our "[Getting started with MegaDetector](https://github.com/agentmorris/MegaDetector/blob/main/getting-started.md)" page, then digging in to the [MegaDetector User Guide](https://github.com/agentmorris/MegaDetector/blob/main/megadetector.md), which will walk you through the process of using MegaDetector.
|
|
13
13
|
|
|
14
14
|
### If you are a computer-vision-y type...
|
|
15
15
|
|
|
16
|
-
If you are a computer-vision-y person looking to run or fine-tune MegaDetector programmatically, you
|
|
16
|
+
If you are a computer-vision-y person looking to run or fine-tune MegaDetector programmatically, you probably don't want this package. MegaDetector is just a fine-tuned version of [YOLOv5](https://github.com/ultralytics/yolov5), and the [ultralytics](https://github.com/ultralytics/ultralytics/) package (from the developers of YOLOv5) has a zillion bells and whistles for both inference and fine-tuning that this package doesn't.
|
|
17
17
|
|
|
18
18
|
## Reasons you might want to use this package
|
|
19
19
|
|
|
20
20
|
If you want to programmatically interact with the postprocessing tools from the MegaDetector repo, or programmatically run MegaDetector in a way that produces [Timelapse](https://saul.cpsc.ucalgary.ca/timelapse)-friendly output (i.e., output in the standard [MegaDetector output format](https://github.com/agentmorris/MegaDetector/tree/main/megadetector/api/batch_processing#megadetector-batch-output-format)), this package might be for you.
|
|
21
21
|
|
|
22
|
-
Although even if that describes you, you <i>still</i> might be better off cloning the MegaDetector repo. Pip-installability requires that some dependencies be newer than what was available at the time MDv5 was trained, so results are <i>very slightly</i> different than results produced in the "official" environment. These differences <i>probably</i> don't matter much, but they have not been formally characterized.
|
|
23
|
-
|
|
24
22
|
## If I haven't talked you out of using this package...
|
|
25
23
|
|
|
26
24
|
To install:
|
|
@@ -67,6 +67,7 @@ Here are a few of the organizations that have used MegaDetector... we're only li
|
|
|
67
67
|
* [The Land Banking Group](https://thelandbankinggroup.com/)
|
|
68
68
|
* [New Zealand Department of Conservation](https://www.doc.govt.nz)
|
|
69
69
|
* [Habitat NZ](https://habitatnz.co.nz/)
|
|
70
|
+
* [Research Institute of Organic Agriculture](https://www.fibl.org/en/) (FiBL)
|
|
70
71
|
|
|
71
72
|
* [Applied Conservation Macro Ecology Lab](http://www.acmelab.ca/), University of Victoria
|
|
72
73
|
* [Banff National Park Resource Conservation](https://www.pc.gc.ca/en/pn-np/ab/banff/nature/conservation), Parks Canada
|
|
@@ -107,6 +108,7 @@ Here are a few of the organizations that have used MegaDetector... we're only li
|
|
|
107
108
|
* Department of Ecology, TU Berlin
|
|
108
109
|
* Ghost Cat Analytics
|
|
109
110
|
* Protected Areas Unit, Canadian Wildlife Service
|
|
111
|
+
* Conservation and Restoration Science Branch, New South Wales Department of Climate Change, Energy, the Environment and Water
|
|
110
112
|
|
|
111
113
|
* [School of Natural Sciences](https://www.utas.edu.au/natural-sciences), University of Tasmania ([story](https://www.utas.edu.au/about/news-and-stories/articles/2022/1204-innovative-camera-network-keeps-close-eye-on-tassie-wildlife))
|
|
112
114
|
* [Kenai National Wildlife Refuge](https://www.fws.gov/refuge/kenai), U.S. Fish & Wildlife Service ([story](https://www.peninsulaclarion.com/sports/refuge-notebook-new-technology-increases-efficiency-of-refuge-cameras/))
|
|
@@ -124,6 +126,7 @@ Here are a few of the organizations that have used MegaDetector... we're only li
|
|
|
124
126
|
* [Q42](https://www.q42.nl/en) ([blog post](https://engineering.q42.nl/ai-bear-repeller/))
|
|
125
127
|
* [Agouti](https://agouti.eu/) ([report](https://efsa.onlinelibrary.wiley.com/doi/pdf/10.2903/sp.efsa.2023.EN-8217))
|
|
126
128
|
* [Trapper](https://trapper-project.readthedocs.io/en/latest/overview.html) ([tutorial](https://trapper-project.readthedocs.io/en/latest/tutorial.html))
|
|
129
|
+
* [BirdLife Malta](https://birdlifemalta.org/) ([tweet](https://x.com/BirdLife_Malta/status/1817456839862173783?t=S-KRiZ5R1-CoW8-tbYNjqQ&s=03))
|
|
127
130
|
|
|
128
131
|
* [Road Ecology Center](https://roadecology.ucdavis.edu/), University of California, Davis ([Wildlife Observer Network platform](https://wildlifeobserver.net/))
|
|
129
132
|
* [The Nature Conservancy in California](https://www.nature.org/en-us/about-us/where-we-work/united-states/california/) ([Animl platform](https://github.com/tnc-ca-geo/animl-frontend)) ([story](https://www.vision-systems.com/non-factory/environment-agriculture/article/14304433/the-nature-conservancy-brings-cameras-ai-to-invasive-species-prevention))
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/batch_processing/api_core/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/tests/__init__.py
RENAMED
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/api/synchronous/api_core/tests/load_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/analyze_failed_images.py
RENAMED
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/cache_batchapi_outputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/efficientnet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/json_to_azcopy_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/classification/train_classifier_tf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/annotations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/camtrap_dp_to_coco.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/databases/subset_json_db.py
RENAMED
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/generate_crops_from_cct.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/awc_to_json.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/ena24_to_json.py
RENAMED
|
File without changes
|
|
File without changes
|
{megadetector-5.0.15 → megadetector-5.0.17}/megadetector/data_management/importers/helena_to_cct.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|