-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release dev2 #141
Open
data-hound
wants to merge
143
commits into
master
Choose a base branch
from
release_dev2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release dev2 #141
+6,631
−2,695
Conversation
This file contains 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
…on in the configs.
… networks from net.py
…d processing.py -adding backwards compatibility and defaulting to layer norm
updating jhw_dev with dev_fix_1.2 updates
This reverts commit 9058136. TF 2.6 doesn't work with built in cuda/cudnn installations on the cluster that we've been using. Reverting to keep tf2.4 branch using tf2.4 requirements.
…to new cluster requirements
…e_dev_savedata Merge small changes to remote development into remote savedata branch
…nnce into release_development
…sso/dannce into release_development
…ease_development
…in interface to save prediction targets only when the corresponding flag is set to true in config.
… files to support matlab 7.3 files
…o release_dev2
@data-hound can you please test out the README install instructions in a fresh conda environment and then run all tests? thanks! |
Done. The install instructions work and all tests under
|
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.
New release for DANNCE
New Features
For the skeleton, ['RHand, 'LHand', 'RFoot', 'LFoot'],
set right_keypoints: [0, 2] and
left_keypoints: [1, 3] in the config file
Huber
,logcosh
,gaussian cross entropy
n-rand-views
configured to choose a subset of camera views for training/testing on weights trained for a lesser number of views.(Note: the number of views for which the weights have been trained should match the number of views specified with n-rand-views)
AVG+MAX
training introduced where both the mean of heatmaps and the pmax of heatmaps are used for loss computation.Codebase Improvements
log level
in the config (closes Logging code type error #117, closes dannce-predict loss very small, but result same like normal but shift #138)mat73
format files for label3d and predictionsresults_dir
across codebaseBug Fixes and Minor Enhancements
dannce-predict
multi-gpu