pytorch_dlc - Small updates and bug fixes#2747
Merged
n-poulsen merged 10 commits intopytorch_dlcfrom Oct 1, 2024
Merged
Conversation
MMathisLab
approved these changes
Oct 1, 2024
Member
MMathisLab
left a comment
There was a problem hiding this comment.
actually, i see the logic now -- lgtm!!
2 tasks
2 tasks
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.
This pull requests makes some small updates and bug fixes:
Addresses #2703 to deal with NaNs when logging images to WandB
torchvision>=0.18, we can use a visibility flag. I think that's too restrictive for now, added a comment and we can pin torchvision in the future.Addresses #2733 for modified project configuration filenames
config.yaml, and no other method is guaranteed to work.Fixes a bug when calling
create_training_datasetwith a non-default detector for multi-animal projects:detector_type=detector_type,was not passed tocreate_multianimaltraining_datasetWhen calling video inference with cropping=True, updates the metadata for the predictions correctly:
create_labeled_videoand analysis is correctPAF predictor - Fixes a bug when there are no detections
Heatmap target generation - Fixes a bug where gradients might be masked if there is missing data