conservationtechlab / camml

A package of ML components for CTL field camera systems.
MIT License
4 stars 0 forks source link

Change image path retrieval process #15

Closed EricE147 closed 1 year ago

EricE147 commented 1 year ago

Removes image_folder_path argument and takes the full image path from the MegaDetector output .json file instead. This changes the way we run run_detector_batch.py by omitting the --output_relative_filenames argument to get the full path to each image instead of the relative path. This change will also be reflected in the README.md training instructions. This change resolves issue #13.