conservationtechlab / animl-py

Animl comprises a variety of machine learning tools for analyzing ecological data. This Python package includes a set of functions to classify subjects within camera trap field data and can handle both images and videos.
MIT License
6 stars 3 forks source link

Parallelize parse_MD #53

Closed tkswanson closed 3 days ago

tkswanson commented 2 months ago

Implement multiprocessing for parse_MD using the multiprocessing package. See extract_frames for example. Make sure parsed results are merged to file manifest in correct order.