zijianwang

Results 9 comments of zijianwang

I meet the same error, did you solve this?

Hi,I have a question, When you evaluate the accessment metirc,like SSIM , did you add the white bounding on both sides of the image, just like the PATN did?

Hi, I have a question , in data/keypoint.py, 85-87line if id == 6 or id == 7: # arms and legs if np.random.random() > 0.7: continue What does this code...

Hi,when you evaluate FID and IS, did you add the white bounding on both sides of the image to repad the image from 256*176 to 256*256

Same here. Have you solved this problem?

Thank you for you reply! I notice in the data process https://github.com/andyzoujm/representation-engineering/blob/f869e2c587341594343612f47048e1b86084fe93/examples/honesty/utils.py#L41, the input tokens are truncated, I want to know why not input all the tokens into the model?...

thanks for you response! my question is addressed!