From ba56a6d029abed931e3d8bcac5f7c91ddd2ccaf2 Mon Sep 17 00:00:00 2001 From: "R. Garcia-Dias" Date: Wed, 5 Feb 2025 15:26:32 +0000 Subject: [PATCH 1/3] Move test_image_filter.py --- tests/{ => data}/test_image_rw.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => data}/test_image_rw.py (100%) diff --git a/tests/test_image_rw.py b/tests/data/test_image_rw.py similarity index 100% rename from tests/test_image_rw.py rename to tests/data/test_image_rw.py From 75afad0dc5f464f404247710950e6518db4e4533 Mon Sep 17 00:00:00 2001 From: "R. Garcia-Dias" Date: Fri, 21 Feb 2025 09:51:16 +0000 Subject: [PATCH 2/3] fix path at test_onnx_trt_export --- tests/bundle/test_bundle_trt_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bundle/test_bundle_trt_export.py b/tests/bundle/test_bundle_trt_export.py index 5168fcfdb5..730338ad4e 100644 --- a/tests/bundle/test_bundle_trt_export.py +++ b/tests/bundle/test_bundle_trt_export.py @@ -108,7 +108,7 @@ def test_trt_export(self, convert_precision, input_shape, dynamic_batch): has_onnx and has_torchtrt and has_tensorrt, "Onnx and TensorRT are required for onnx-trt conversion!" ) def test_onnx_trt_export(self, convert_precision, input_shape, dynamic_batch): - tests_dir = Path(__file__).resolve().parent + tests_dir = Path(__file__).resolve().parents[1] meta_file = os.path.join(tests_dir, "testing_data", "metadata.json") config_file = os.path.join(tests_dir, "testing_data", "inference.json") with tempfile.TemporaryDirectory() as tempdir: From 0c77ee96106ac5585512960f34783b83c003eb6d Mon Sep 17 00:00:00 2001 From: "R. Garcia-Dias" Date: Fri, 21 Feb 2025 12:43:17 +0000 Subject: [PATCH 3/3] DCO Remediation Commit for R. Garcia-Dias I, R. Garcia-Dias , hereby add my Signed-off-by to this commit: ba56a6d029abed931e3d8bcac5f7c91ddd2ccaf2 I, R. Garcia-Dias , hereby add my Signed-off-by to this commit: 75afad0dc5f464f404247710950e6518db4e4533 Signed-off-by: R. Garcia-Dias --- README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 69cd1c657f..5e006f5d64 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Its ambitions are as follows: - customizable design for varying user expertise; - multi-GPU multi-node data parallelism support. - ## Installation To install [the current release](https://pypi.org/project/monai/), you can simply run: @@ -54,30 +53,34 @@ Technical documentation is available at [docs.monai.io](https://docs.monai.io). ## Citation -If you have used MONAI in your research, please cite us! The citation can be exported from: https://arxiv.org/abs/2211.02701. +If you have used MONAI in your research, please cite us! The citation can be exported from: . ## Model Zoo + [The MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) is a place for researchers and data scientists to share the latest and great models from the community. Utilizing [the MONAI Bundle format](https://docs.monai.io/en/latest/bundle_intro.html) makes it easy to [get started](https://github.com/Project-MONAI/tutorials/tree/main/model_zoo) building workflows with MONAI. ## Contributing + For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md). ## Community + Join the conversation on Twitter/X [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9). Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions). ## Links -- Website: https://monai.io/ -- API documentation (milestone): https://docs.monai.io/ -- API documentation (latest dev): https://docs.monai.io/en/latest/ -- Code: https://github.com/Project-MONAI/MONAI -- Project tracker: https://github.com/Project-MONAI/MONAI/projects -- Issue tracker: https://github.com/Project-MONAI/MONAI/issues -- Wiki: https://github.com/Project-MONAI/MONAI/wiki -- Test status: https://github.com/Project-MONAI/MONAI/actions -- PyPI package: https://pypi.org/project/monai/ -- conda-forge: https://anaconda.org/conda-forge/monai -- Weekly previews: https://pypi.org/project/monai-weekly/ -- Docker Hub: https://hub.docker.com/r/projectmonai/monai + +- Website: +- API documentation (milestone): +- API documentation (latest dev): +- Code: +- Project tracker: +- Issue tracker: +- Wiki: +- Test status: +- PyPI package: +- conda-forge: +- Weekly previews: +- Docker Hub: