Zheling Meng

Results 15 comments of Zheling Meng

I meet the same problem. I check the source code and it seems that the relative params are not loaded by load_network_pkl. You can add the following code to function...

And other links also present the same problem.

I also met this problem when I try to use llama3-llava-next-8b

Maybe you can check whether you load the right model. I solve it by it.

I set QF as 100 and get the results: ``` ACC: 0.63300 AP: 0.98968 R_ACC: 1.00000 F_ACC: 0.26600 ```

Actually as the paper stated, the model should be robust to jpeg compression.

Hi, have you already reproduced compute_dire.py on your dataset? I didn't see so significant reconstruction error...

> Are you sure these images are correct? My results are more close to the author's results though. ![00019](https://user-images.githubusercontent.com/59913015/265567133-adb6f704-a8e5-4246-ba49-7ee740a40234.jpg) ![00019](https://user-images.githubusercontent.com/59913015/265567206-57896137-db8b-418f-8095-d4cdc8e0eeab.jpg) ![00019](https://user-images.githubusercontent.com/59913015/265567241-96ad4c42-c443-4d91-9404-0ef44bcd7c4f.jpg) Do you also use `256x256_diffusion_uncond.pt` ?

> > > Are you sure these images are correct? My results are more close to the author's results though. ![00019](https://user-images.githubusercontent.com/59913015/265567133-adb6f704-a8e5-4246-ba49-7ee740a40234.jpg) ![00019](https://user-images.githubusercontent.com/59913015/265567206-57896137-db8b-418f-8095-d4cdc8e0eeab.jpg) ![00019](https://user-images.githubusercontent.com/59913015/265567241-96ad4c42-c443-4d91-9404-0ef44bcd7c4f.jpg) > > > > > > Do...

I found that if `real_step != 0` and `use_ddim=True` then can get my dire images. Under original config, I can also get similar images with you but it is too...