forked from Project-MONAI/MONAI
-
Notifications
You must be signed in to change notification settings - Fork 1
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
merge master #3
Merged
Merged
merge master #3
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
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
* Initial cpu implementation Signed-off-by: charliebudd <[email protected]> * hue speed increase moving away from torch tensors Signed-off-by: charliebudd <[email protected]> * allowing generic channel dimension size Signed-off-by: charliebudd <[email protected]> * allowing generic dimensionality Signed-off-by: charliebudd <[email protected]> * manual testing script for bilateral filter Signed-off-by: charliebudd <[email protected]> * Initial commit of CRF using permutohedral lattice to optimise message passing, implementation from https://github.com/SamuelJoutard/Permutohedral_attention_module Signed-off-by: charliebudd <[email protected]> * temporary example scripts demonstrating the usage of crf and phl, and some data to process Signed-off-by: charliebudd <[email protected]> * alternate phl implementation using a more efficient cuda hashtable, code currently untested due to windows build issues, implementation from https://github.com/SamuelJoutard/Permutohedral_attention_module Signed-off-by: charliebudd <[email protected]> * c++ cpu permutohedral lattice implementation Signed-off-by: charliebudd <[email protected]> * comparison script Signed-off-by: charliebudd <[email protected]> * cleaning Signed-off-by: charliebudd <[email protected]> * backwards pass Signed-off-by: charliebudd <[email protected]> * initial cuda brute force kernel Signed-off-by: charliebudd <[email protected]> * reverting setup.py Signed-off-by: charliebudd <[email protected]> * working cuda kernel for brute force 2d kernel Signed-off-by: charliebudd <[email protected]> * fixing unresolved symbols when compiling without cuda Signed-off-by: charliebudd <[email protected]> * removing macros file Signed-off-by: charliebudd <[email protected]> * placeholder cuda phl implementation Signed-off-by: charliebudd <[email protected]> * changing test case color sigma Signed-off-by: charliebudd <[email protected]> * Initial import of reference cuda phl implementation Signed-off-by: charliebudd <[email protected]> * fixing cuda kernel color weight error Signed-off-by: charliebudd <[email protected]> * initial edits to cuda phl code Signed-off-by: charliebudd <[email protected]> * fixing errors in cuda phl implementation Signed-off-by: charliebudd <[email protected]> * removing logging from cuda phl Signed-off-by: charliebudd <[email protected]> * using template data_ptr function Signed-off-by: charliebudd <[email protected]> * fixed cpu phl implementation Signed-off-by: charliebudd <[email protected]> * updating cpu phl to run on arbitrary input dimensions and channles Signed-off-by: charliebudd <[email protected]> * 2d and 3d testing scripts Signed-off-by: charliebudd <[email protected]> * Generalising permutohedral implementation to remove independance on width and height Signed-off-by: charliebudd <[email protected]> * removing width and height from permutohedral filter function and implementing templated feature creation Signed-off-by: charliebudd <[email protected]> * fixed typo Signed-off-by: charliebudd <[email protected]> * exteneding 3d testing script Signed-off-by: charliebudd <[email protected]> * generalising bruteforce cuda implementation Signed-off-by: charliebudd <[email protected]> * updating testing scripts Signed-off-by: charliebudd <[email protected]> * file organisiation Signed-off-by: charliebudd <[email protected]> * fixing weight error in cpu bruteforce implementation, also inlineing functions Signed-off-by: charliebudd <[email protected]> * some refactoring and introducing proper batch handling Signed-off-by: charliebudd <[email protected]> * fixing indexing error at border Signed-off-by: charliebudd <[email protected]> * fixing some artifacts in cuda phl for high color sigmas Signed-off-by: charliebudd <[email protected]> * fixing gaussian kernel function for cpu and cuda bruteforce Signed-off-by: charliebudd <[email protected]> * ensuring kernel is an odd numbered size Signed-off-by: charliebudd <[email protected]> * adding tests for precised implementation Signed-off-by: charliebudd <[email protected]> * adding approximate imlpementation test Signed-off-by: charliebudd <[email protected]> * templating implementations based on scalar_type Signed-off-by: charliebudd <[email protected]> * cleaning up Signed-off-by: charliebudd <[email protected]> * code formatting Signed-off-by: charliebudd <[email protected]> * removing half precision implementation for permutohedral due to errors caused on windows Signed-off-by: charliebudd <[email protected]> * skipping cuda tests if cuda missing Signed-off-by: charliebudd <[email protected]> * reformating Signed-off-by: charliebudd <[email protected]> * adding unit test skip based on cpp extention availablility Signed-off-by: charliebudd <[email protected]> * removing unused import Signed-off-by: charliebudd <[email protected]> * changing to use of THCatomic add Signed-off-by: charliebudd <[email protected]> * adding missing licenses Signed-off-by: charliebudd <[email protected]> * clang reformat Signed-off-by: charliebudd <[email protected]>
Signed-off-by: Richard Brown <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
* eval_mode Signed-off-by: Richard Brown <[email protected]> * DynUnetSupervision unittest shouldnt use eval_mode Signed-off-by: Richard Brown <[email protected]> * move to device Signed-off-by: Richard Brown <[email protected]>
* [DLMED] add get_feature_maps API to dynunet Signed-off-by: Nic Ma <[email protected]> * [DLMED] update according to comments Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: Nic Ma <[email protected]> Co-authored-by: Isaac Yang <[email protected]>
Signed-off-by: yiheng-wang-nv <[email protected]>
* unify visualisation
* 1405 add bending energy loss Signed-off-by: kate-sann5100 <[email protected]>
* changed year 2020 in copyright to "2020 - 2021" for both occurences Signed-off-by: Daniel Schulz [email protected] <[email protected]> * added SHA256 check before unpacking downloaded artifacts added list of Nvidia maintainers resolves: "docker image tests failed due to dockerhub limitation #1380" Signed-off-by: Daniel Schulz [email protected] <[email protected]> * added danielschulz-specific changes for GitHu Actions to work properly Signed-off-by: Daniel Schulz [email protected] <[email protected]> * added test Signed-off-by: Daniel Schulz [email protected] <[email protected]> * revoked test line Signed-off-by: Daniel Schulz [email protected] <[email protected]> * migrated code to local registry instead of hub.docker.com to circumvent rate limiting on it remark: do not use it as pull-through cache as this would not work with static labels and docker images would diverge from one another Signed-off-by: Daniel Schulz [email protected] <[email protected]> * reverted back local-only changes Signed-off-by: Daniel Schulz [email protected] <[email protected]> * improved checking integrity of NGC CLI Signed-off-by: Daniel Schulz [email protected] <[email protected]> * removed typo in GH repository variable Signed-off-by: Daniel Schulz [email protected] <[email protected]> * added remark Signed-off-by: Daniel Schulz [email protected] <[email protected]> * improved MAINTAINER label got rid of "as base" extension in FROM -- seems not be be pickup downwards (is no multi-stage Docker build -- hence: removed) Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
add `__all__` and `remove import *`. Update CONTRIBUTING.md
* temp tests Signed-off-by: Wenqi Li <[email protected]> * fixes typo Signed-off-by: Wenqi Li <[email protected]> * temp tests Signed-off-by: Wenqi Li <[email protected]> * fixes docker login warning Signed-off-by: Wenqi Li <[email protected]> * Revert "temp tests" This reverts commit 99c6d20. Signed-off-by: Wenqi Li <[email protected]> * Revert "temp tests" This reverts commit c529bf9. Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: Isaac Yang <[email protected]>
* Improve docker build process, fixes #1276
* 1412 add local normalized cross correlation Signed-off-by: kate-sann5100 <[email protected]>
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.
Fixes # .
Description
A few sentences describing the changes proposed in this pull request.
Status
Ready/Work in progress/Hold
Types of changes
./runtests.sh --codeformat --coverage
../runtests.sh --quick
.make html
command in thedocs/
folder.