Hao Qi

Results 7 issues of Hao Qi

I run the training command as the 'getStart.md', but it reports: ![image](https://github.com/hukaixuan19970627/yolov5_obb/assets/68332728/3a9a910a-e806-4fe7-a1ad-87cba0f68595) The others said there may be something wrong with data format. However, I use the ImgSplit_multi_process.py to generate...

I download the GLAS Dataset from this link: ![Screenshot 2023-03-12 121208](https://user-images.githubusercontent.com/68332728/224523921-63a0c824-1a02-402d-aa55-92ad12386678.png) but the annotations are all black, it seems that all the colon pictures do not have areas of lesion....

When I load weight from genforce format, it reports error as follow: ``` RuntimeError: Error(s) in loading state_dict for StyleGAN2Generator: size mismatch for synthesis.layer7.weight: copying a param with shape torch.Size([256,...

When I try to edit one image with the method pixel2pixel-zero on RTX3090, 24G, It reports: ``` editing image [scripts/0_right.jpg] with [directinversion+pix2pix-zero] 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 50/50 [00:16> allocated memory try setting max_split_size_mb...

Hello! May I ask if the CycleGAN you used is pre-trained,or trained together with the teacher and student networks?

I run the command 'python -m train --algorithm ERM --dataset ODIR --task Retinopathy --attr age --data_dir /data/user3/datasets/ODIR-5K/odir5k/ODIR-5K --store_name exp1', but it reports "core dumped" problem. The Backtrace is as follow:...

Hello, when I ran code model.generate() as what example shows, I met problem like: ``` Traceback (most recent call last): File "/data/user3/causality_medical/Multi-Modality-Arena/MedicalEval/Question-answering_Score/med-flamingo/scripts/test.py", line 194, in main() File "/data/user3/causality_medical/Multi-Modality-Arena/MedicalEval/Question-answering_Score/med-flamingo/scripts/test.py", line 136,...

bug