Detection#16
Open
NetZissou wants to merge 30 commits into
Open
Conversation
NetZissou
commented
Jul 21, 2025
Collaborator
- Base YOLO Detector
- Camera-trap animal detection (closes Animal Detection #7 )
- Face detection (closes Face Detection #6 )
…the original image
Face Detection
Merge Animal Detection
…ated authors list; updated project URL sections
egrace479
reviewed
Oct 1, 2025
- added HDF5ImageDataset class to schedule, I/O, and process during batch inference - updated package dependency to include `h5py` pkg
- added scripts to convert webdataset into HDF5 file storage - added `webdataset` as the optional dependency
- added hdf5 as the new supported input - modified the file list param processing to make it also work for hdf5 files
added config & SLURM job template for face & animal detection modules
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
This was referenced Nov 19, 2025
Merged
- integrated HDF5 as image data source input option for batch embedding scripts - added SLURM job scripts + configs template for batch embed HDF5 tasks - modified documentation index page to reflect the HDF5 integration update
… refs - Add HDF5ImageDataset to top-level package exports for consistent API - Add conversion feature check to print_installation_guide() - Remove references to nonexistent HDF5Writer class in config and SLURM templates - Replace emoji symbols with plain text in installation guide output Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The conversion tool is a one-time data prep task, not an inference concern. Removing it keeps the package focused on its core mission of GPU saturation during inference. HDF5ImageDataset (the inference input format) is unaffected. Removed: - src/hpc_inference/utils/wds_to_hdf5.py - scripts/conversion/wds_to_hdf5.slurm - [conversion] optional dependency group (webdataset) - Conversion feature check from print_installation_guide() - Conversion references from config/SLURM templates Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace pynvml with nvidia-ml-py in pyproject.toml (aligns with PR #27) - Fix [yolo] -> [detection] optional extra in base_detector.py and all detection SLURM templates (5 files) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Move image validation before color conversion in HDF5ImageDataset so corrupted data is caught early (thompsonmj) - Comment out optional --file_list in HDF5 and Parquet SLURM templates to prevent placeholder path errors (thompsonmj) - Update --file_list help string to include HDF5 file types (thompsonmj) - Make templates a linkable header in docs/index.md (egrace479) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.