{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":288774122,"defaultBranch":"main","name":"tutorials","ownerLogin":"Project-MONAI","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-08-19T15:52:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56449156?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725876964.0","currentOid":""},"activityList":{"items":[{"before":"ae3f3839fef5c8c93a94327ee06b07e589c0f4a8","after":"11c2266e6f489de85b46fc4e7d535e49ee6976dd","ref":"refs/heads/main","pushedAt":"2024-09-16T17:23:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Ported all anomaly_detection tutorials (#1818)\n\n### Description\r\nPorted all the anomaly detection tutorials.\r\n\r\n### Checks\r\n\r\n- [x] Avoid including large-size files in the PR.\r\n- [x] Clean up long text outputs from code cells in the notebook.\r\n- [x] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [x] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Pedro Borges \r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nSigned-off-by: Eric Kerfoot \r\nCo-authored-by: Pedro Borges \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>\r\nCo-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>","shortMessageHtmlLink":"Ported all anomaly_detection tutorials (#1818)"}},{"before":"236a883e43abbea359b2aaa2fc4034bc4ca17e5d","after":"ae3f3839fef5c8c93a94327ee06b07e589c0f4a8","ref":"refs/heads/main","pushedAt":"2024-09-16T14:52:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix broken links in unetr_btcv_segmentation_3d.ipynb (#1828)\n\nFixes #1827\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix broken links in unetr_btcv_segmentation_3d.ipynb (#1828)"}},{"before":"69ccafdd382d4f95c51951219ceb78ef41a8e63b","after":"236a883e43abbea359b2aaa2fc4034bc4ca17e5d","ref":"refs/heads/main","pushedAt":"2024-09-16T07:14:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix typo in luna16 detection tutorial (#1826)\n\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix typo in luna16 detection tutorial (#1826)"}},{"before":"08ccc1e46f5de9132f53fb5de03ef7746c693e0e","after":"69ccafdd382d4f95c51951219ceb78ef41a8e63b","ref":"refs/heads/main","pushedAt":"2024-09-16T02:03:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update maisi readme and add input check to controlnet infer script (#1825)\n\nFixes # .\r\n\r\n### Description\r\n1. We provide several recommended spacing parameters for different\r\noutput sizes in README\r\n2. Add an additional input check in the ControlNet inference script to\r\nprevent generating images with small FOV.\r\n\r\n### Checks\r\n\r\n- [x] Avoid including large-size files in the PR.\r\n- [x] Clean up long text outputs from code cells in the notebook.\r\n- [x] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [x] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Pengfei Guo \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update maisi readme and add input check to controlnet infer script (#…"}},{"before":"ae7496e87cb398a7ad1165dda6c1ab23c359395f","after":"08ccc1e46f5de9132f53fb5de03ef7746c693e0e","ref":"refs/heads/main","pushedAt":"2024-09-10T11:35:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Remove deprecated `pos_embed` (#1824)\n\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Remove deprecated pos_embed (#1824)"}},{"before":"3c891ec76d26e437b7b26387589fb9dc40f5e2f8","after":"ae7496e87cb398a7ad1165dda6c1ab23c359395f","ref":"refs/heads/main","pushedAt":"2024-09-10T06:30:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Remove installation section in ldm2d and ldm3d readme (#1821)\n\nRemove installation section in ldm2d and ldm3d readme for two reasons:\r\n- No extra dependency need for this two tutorials for now.\r\n- The link will be broken if we don't include the README file from the\r\nupper level.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Remove installation section in ldm2d and ldm3d readme (#1821)"}},{"before":"bd0fa9f390af5867ae3d3849737cf455dc2471d6","after":"0508c4aadd6adcca10ae69a6a2c559cda63f098b","ref":"refs/heads/1.3.1","pushedAt":"2024-09-09T16:22:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update google link to use shared drive (#1822)\n\ncherrypick #1819 to update google link to use shared drive in branch\r\n1.3.1\r\n\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nFixes # .\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update google link to use shared drive (#1822)"}},{"before":"3c891ec76d26e437b7b26387589fb9dc40f5e2f8","after":"bd0fa9f390af5867ae3d3849737cf455dc2471d6","ref":"refs/heads/1.3.1","pushedAt":"2024-09-09T10:24:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"add qupath version notes (#1721)\n\nFixes # .\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: tangy5 \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"add qupath version notes (#1721)"}},{"before":null,"after":"3c891ec76d26e437b7b26387589fb9dc40f5e2f8","ref":"refs/heads/1.3.1","pushedAt":"2024-09-09T10:16:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update google link to use shared drive (#1819)\n\nUpdate google link to use shared drive\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update google link to use shared drive (#1819)"}},{"before":"f85cef6c510443de6bfb3228012f1d50b64ddd94","after":"3c891ec76d26e437b7b26387589fb9dc40f5e2f8","ref":"refs/heads/main","pushedAt":"2024-09-07T11:05:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update google link to use shared drive (#1819)\n\nUpdate google link to use shared drive\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update google link to use shared drive (#1819)"}},{"before":"9491b4bd731a0f354f4fe5da68717a6c29270680","after":"f85cef6c510443de6bfb3228012f1d50b64ddd94","ref":"refs/heads/main","pushedAt":"2024-09-07T07:13:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Porting of 2D ControlNet tutorial using DDPM and ControlNet to guide image synthesis (#1815)\n\nAdded the ControlNet (2D) notebook to the generation tutorials. The code\r\nuses BraTS, and conditions on binary brain masks.\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [X] Avoid including large-size files in the PR.\r\n- [X] Clean up long text outputs from code cells in the notebook.\r\n- [X] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [X ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [X] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Virginia Fernandez \r\nCo-authored-by: Virginia Fernandez \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Porting of 2D ControlNet tutorial using DDPM and ControlNet to guide …"}},{"before":"b5766e5ea4574fdca5904f4e76b149126f4ade7f","after":"9491b4bd731a0f354f4fe5da68717a6c29270680","ref":"refs/heads/main","pushedAt":"2024-09-06T14:08:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Adding VQVAE/VQGAN Tutorials (#1817)\n\nAddress some of #1769.\r\n\r\n### Description\r\nThis adds a few more tutorials from the GenerativeModels Repo\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Eric Kerfoot \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Adding VQVAE/VQGAN Tutorials (#1817)"}},{"before":"cb81ed26edcca67e75f45c58b4ab61c9a615a583","after":"b5766e5ea4574fdca5904f4e76b149126f4ade7f","ref":"refs/heads/main","pushedAt":"2024-09-06T11:33:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"DDPM Tutorials (#1814)\n\nAddress some of #1769.\r\n\r\n### Description\r\nThese are the 2D ~~and 3D~~ DDPM tutorials. I have run them again to\r\nverify they work. ~~The 2D ones are fine but the 3D tutorial keeps\r\nhaving mode collapse or some other issue resulting in bad results. Work\r\nis ongoing on this one.~~ I have left the 3D tutorial off since it's not\r\ntraining stably and needs some revamp to be a proper and useful tutorial\r\nfor users.\r\n\r\n### Checks\r\n\r\n- [x] Avoid including large-size files in the PR.\r\n- [x] Clean up long text outputs from code cells in the notebook.\r\n- [x] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [x] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Eric Kerfoot \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"DDPM Tutorials (#1814)"}},{"before":"da82798ab67bc8742b099aa1ea516e33359813d7","after":"cb81ed26edcca67e75f45c58b4ab61c9a615a583","ref":"refs/heads/main","pushedAt":"2024-09-06T07:02:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update luna detection (#1795)\n\nTry to use `ApplyTransformToPointsd` to update luna detection pipeline\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>","shortMessageHtmlLink":"Update luna detection (#1795)"}},{"before":"d0ce6d5ba0c8ad372fdabbd1d73f24cb615d7b16","after":"da82798ab67bc8742b099aa1ea516e33359813d7","ref":"refs/heads/main","pushedAt":"2024-09-04T23:38:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Fix typo (#1813)\n\nFixes #1698\r\nFix typo and add 3d_image_transforms.ipnb test back (works well in\r\n24.08)\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Fix typo (#1813)"}},{"before":"5c446bfff593d2a087442c0a871648c229b36e26","after":"d0ce6d5ba0c8ad372fdabbd1d73f24cb615d7b16","ref":"refs/heads/main","pushedAt":"2024-09-04T06:13:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Vista 2D | Edits etc. (#1812)\n\nFixes # .\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [x] Avoid including large-size files in the PR.\r\n- [x] Clean up long text outputs from code cells in the notebook.\r\n- [x] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Vishwesh Nath \r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Vista 2D | Edits etc. (#1812)"}},{"before":"0e25eada7aa15834e5724f50df4661fb0765a7af","after":"5c446bfff593d2a087442c0a871648c229b36e26","ref":"refs/heads/main","pushedAt":"2024-09-04T00:59:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"refactor learn2reg_nlst_paired_lung_ct (#1809)\n\nrefactor learn2reg_nlst_paired_lung_ct using ApplyTransformToPointsd\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"refactor learn2reg_nlst_paired_lung_ct (#1809)"}},{"before":"126c99ca662bd6ae1d67e773cdcc6b5e2fcd5cec","after":"0e25eada7aa15834e5724f50df4661fb0765a7af","ref":"refs/heads/main","pushedAt":"2024-09-03T12:49:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Fix KeyError in ./pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb (#1811)\n\nFixes #1810\r\n\r\nFix KeyError in\r\n./pathology/tumor_detection/ignite/profiling_camelyon_pipeline.ipynb\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Fix KeyError in ./pathology/tumor_detection/ignite/profiling_camelyon…"}},{"before":"e69c10de91278b4d90f65ce5227937372f19a50d","after":"126c99ca662bd6ae1d67e773cdcc6b5e2fcd5cec","ref":"refs/heads/main","pushedAt":"2024-09-02T16:05:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"ADd vista3d tutorial (#1799)\n\nFixes # .\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: heyufan1995 \r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"ADd vista3d tutorial (#1799)"}},{"before":"a42ee203298f72f4ddb2f9c93fc5e6a71caf266d","after":"e69c10de91278b4d90f65ce5227937372f19a50d","ref":"refs/heads/main","pushedAt":"2024-09-02T05:13:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Jupytext (#1808)\n\nWorkaround of #1807\r\n\r\n### Description\r\n\r\n- set a version constraint on jupytext\r\n\r\n- remove xformer in maisi \r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Jupytext (#1808)"}},{"before":"cf853323904118ebdb3a4b7ddd676a7e6229ab81","after":"a42ee203298f72f4ddb2f9c93fc5e6a71caf266d","ref":"refs/heads/main","pushedAt":"2024-09-02T03:47:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Addition of SPADE LDM and SPADE Network tutorials to the generation (#1794)\n\nFixes # .\r\n\r\n### Description\r\n\r\nAs part of the porting of MONAI Generative tutorials to MONAI tutorials,\r\nSPADE LDM and SPADE Net tutorials have been added to this PR. Due to\r\nsome problems with the dataset that was being used, I have replaced it\r\nwith a subset of BraTS that is currently sitting on my gdrive account\r\n(it's about 25MB). This was necessary because the tutorials need\r\nsemantic coverage for grey and white matter, CSF etc. which is currently\r\nnot present in the brain tumour dataset hosted from MONAI.\r\n\r\n### Checks\r\n\r\n- [x] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [x] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Virginia Fernandez \r\nSigned-off-by: Eric Kerfoot \r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>\r\nCo-authored-by: Virginia Fernandez \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>\r\nCo-authored-by: Eric Kerfoot \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Addition of SPADE LDM and SPADE Network tutorials to the generation (#…"}},{"before":"2baabc5a0e7c250d18af9d7ca3abe2ce4be91b7c","after":"cf853323904118ebdb3a4b7ddd676a7e6229ab81","ref":"refs/heads/main","pushedAt":"2024-08-31T13:53:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"[MAISI] Update check_input() and Diffusion Model Training (#1806)\n\nFixes # .\r\n\r\n### Description\r\nUpdate the check_input() function and the diffusion model training\r\nexample.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: dongyang0122 \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[MAISI] Update check_input() and Diffusion Model Training (#1806)"}},{"before":"1e0963437ecc08765678a4abda3b966e28ba4ef7","after":"2baabc5a0e7c250d18af9d7ca3abe2ce4be91b7c","ref":"refs/heads/main","pushedAt":"2024-08-29T08:53:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"1802-Add the monai label tutorial for cellprofiler (#1803)\n\nFixes #1802 .\r\n\r\n### Description\r\nThe tutorial to illustrate using MONAI label and CellProfiler to profile\r\ncell images.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: binliu \r\nCo-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"1802-Add the monai label tutorial for cellprofiler (#1803)"}},{"before":"29c433426c3badf00f945b13e31a81065863e477","after":"1e0963437ecc08765678a4abda3b966e28ba4ef7","ref":"refs/heads/main","pushedAt":"2024-08-28T14:52:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericspod","name":"Eric Kerfoot","path":"/ericspod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17726042?s=80&v=4"},"commit":{"message":"Add mirror for ixi dataset (#1804)\n\nFixes #1801\r\n\r\n### Description\r\nA few sentences describing the changes proposed in this pull request.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\nSigned-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>","shortMessageHtmlLink":"Add mirror for ixi dataset (#1804)"}},{"before":"2ec36f2369c5400aea3556eaaaca9c21461d96ca","after":"29c433426c3badf00f945b13e31a81065863e477","ref":"refs/heads/main","pushedAt":"2024-08-26T02:45:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"Update MAISI README (#1798)\n\n### Description\r\nUpdate MAISI README.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: dongy \r\nCo-authored-by: dongy ","shortMessageHtmlLink":"Update MAISI README (#1798)"}},{"before":"088494931d47d54163f6923b9999f960f5298db6","after":"8ac775be6c85d989f3a3888c21af7b84980ae792","ref":"refs/heads/monai_demo","pushedAt":"2024-08-23T15:11:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nic-Ma","name":"Nic Ma","path":"/Nic-Ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27533405?s=80&v=4"},"commit":{"message":"Add inference and visualization\n\nSigned-off-by: Nic Ma ","shortMessageHtmlLink":"Add inference and visualization"}},{"before":"2ec36f2369c5400aea3556eaaaca9c21461d96ca","after":"088494931d47d54163f6923b9999f960f5298db6","ref":"refs/heads/monai_demo","pushedAt":"2024-08-23T08:31:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Nic-Ma","name":"Nic Ma","path":"/Nic-Ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27533405?s=80&v=4"},"commit":{"message":"remove NVTX\n\nSigned-off-by: Nic Ma ","shortMessageHtmlLink":"remove NVTX"}},{"before":null,"after":"2ec36f2369c5400aea3556eaaaca9c21461d96ca","ref":"refs/heads/monai_demo","pushedAt":"2024-08-23T01:22:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Nic-Ma","name":"Nic Ma","path":"/Nic-Ma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27533405?s=80&v=4"},"commit":{"message":"MAISI Quality check (#1789)\n\nFixes #1791 .\r\n\r\n### Description\r\nAdd MAISI Quality check algorithm\r\n\r\nAdd suggested spacing and output_size to generate results with better\r\nquality.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Can-Zhao \r\nSigned-off-by: Can Zhao <69829124+Can-Zhao@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"MAISI Quality check (#1789)"}},{"before":"7f397e5ceeeebba0a48f5a2574cb0f0887ded610","after":"2ec36f2369c5400aea3556eaaaca9c21461d96ca","ref":"refs/heads/main","pushedAt":"2024-08-21T02:30:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"MAISI Quality check (#1789)\n\nFixes #1791 .\r\n\r\n### Description\r\nAdd MAISI Quality check algorithm\r\n\r\nAdd suggested spacing and output_size to generate results with better\r\nquality.\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Can-Zhao \r\nSigned-off-by: Can Zhao <69829124+Can-Zhao@users.noreply.github.com>\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"MAISI Quality check (#1789)"}},{"before":"88d22e87e8dd67ee01dfccfe4259188064bc2b99","after":"7f397e5ceeeebba0a48f5a2574cb0f0887ded610","ref":"refs/heads/main","pushedAt":"2024-08-20T15:05:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KumoLiu","name":"YunLiu","path":"/KumoLiu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55491388?s=80&v=4"},"commit":{"message":"update maisi ckpt link, update load functions (#1792)\n\nFixes #1772.\r\n\r\n### Description\r\nupdate maisi ckpt link, update load functions\r\n\r\n### Checks\r\n\r\n- [ ] Avoid including large-size files in the PR.\r\n- [ ] Clean up long text outputs from code cells in the notebook.\r\n- [ ] For security purposes, please check the contents and remove any\r\nsensitive info such as user names and private key.\r\n- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use\r\nrelative paths for tutorial repo files (3) put figure and graphs in the\r\n`./figure` folder\r\n- [ ] Notebook runs automatically `./runner.sh -t `\r\n\r\n---------\r\n\r\nSigned-off-by: Can-Zhao \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"update maisi ckpt link, update load functions (#1792)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQxNzoyMzoyNi4wMDAwMDBazwAAAAS3s44k","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQxNzoyMzoyNi4wMDAwMDBazwAAAAS3s44k","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMFQxNTowNTowNi4wMDAwMDBazwAAAASfPjEG"}},"title":"Activity · Project-MONAI/tutorials"}