Pengfei Guo

Results 6 comments of Pengfei Guo

Hi, I just upload the conda environment to this repo. Basically, you can run the code by following steps: 1. Clone this repo to your local computer > git clone...

> Hi @guopengf , can we have some doc-string added in the functions? Thanks! Hi @mingxin-zheng, thanks for the comments. I added docstring for util functions.

Hi @KumoLiu and @mingxin-zheng, thanks for the valuable comments! I addressed them in the latest commit. In addition, I moved utility functions used in the controlnet training script to scripts/utils.py...

Hi @johnson111788 , For Q1: MAISI and VISTA 3D share the label_dict. You don't need to modify the label index of pseudo-labels generated by VISTA3D. If your data contains some...

Hi @wachinger, you can use this function [ldm_conditional_sample_one_mask](https://github.com/Project-MONAI/tutorials/blob/8b90a16d82a463551d81dd4da200f3d406c6843e/generation/maisi/scripts/sample.py#L95) to use the mask generation model alone. We will create a new tutorial on how to use a standalone mask generation diffusion...

Please refer to the discussion here https://github.com/Project-MONAI/tutorials/discussions/2026#discussioncomment-14324998