angleboy

Results 12 issues of angleboy

Excuse me. Please you tell me how to run your test program. Thank you very much!

UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in...

1.Training (Fine-tuning) python train.py --dataroot ./facades/train512 --valDataroot ./facades/test512 --exp ./checkpoints_new --netG ./demo_model/netG_epoch_8.pth 2.Testing python demo.py --dataroot ./your_dataroot --valDataroot ./your_dataroot --netG ./pre_trained/netG_epoch_9.pth Hi, Phd Zhang. I want to test your program,but...

Hi, I find a problem as follows when I test your program. I hope your help. Thank you very much. Traceback (most recent call last): File "main.py", line 149, in...

There are some problems as follows. 1. In the line 177 of "model.py", I think that self.gener_loss should be divided by float(len(scale_weight.keys())). Thus we have the whole average value of...

在转化数据的时候,prepare_lung_coronavirus.py调用的prepare.py程序里面对self.dataset_json_dict初始化没有定义,请对self.dataset_json_dict进行定义修改。谢谢

![2](https://github.com/rordenlab/dcm2niix/assets/20549943/ba51c047-ffe7-44be-b51c-a2b5534c91c2) After dicom files are converted to nii.gz files, the left and right sides of the image and the top and bottom of that are reversed. The running code is...

Hi, this is an excellent work. I didn't find the Unet_2D.h5 and Unet_3D.h5 models generated. Please how to obtain these two modes. Thank you very much.

![1](https://github.com/IDEA-Research/Grounding-DINO-1.5-API/assets/20549943/a848fc02-e234-4f99-bff0-ed5ad31877f5) ![2](https://github.com/IDEA-Research/Grounding-DINO-1.5-API/assets/20549943/875167c4-a427-4196-8792-45b9cef4b61b) Why does not perform the gradio_app.py program by GPUs. It doesn't produce the predicted result. How to resolve it. Thanks a lot.

![1](https://github.com/IDEA-Research/Grounding-DINO-1.5-API/assets/20549943/85ec415e-7f77-4029-9015-ad8a18dc0c83) Hi! When I run gradio_app.py, I found an error as illustrated in the above figure.