-
not working with .png:
`ValueError: operands could not be broadcast together with shapes (560,560,4) (1,1,3) (560,560,4)`
C:\Users\{user}\.cache\huggingface\modules\transformers_modules\cyan2k\mol…
-
Hello,
Firstly, thanks for the great research and sharing your implementation!
I have a question regarding data normalization when using the sd-vae-ft-mse latent encoder. In your source code you enc…
-
The correct normalization should be:
![image](https://github.com/user-attachments/assets/f1fadf55-16d1-42f8-be8f-9ea3d53e330c)
but your code is:
![image](https://github.com/user-attachments/assets/…
-
Hi @cheng-chi, this work is incredible! I read the code carefully and I have a doubt about image normalization.
For example, in `real_pusht_image_dataset.py`, the following code normalizes the image …
-
**BUG**
When trying to use audio ffmpeg dynaudnorm normalization we need to check `Normalize` checkbox to proceed.
But this aslo adds `--normalize` to qaac encoder witch make doble normalizations…
-
Thanks for sharing the pre-train model! I noticed that you have normalized the image input by im_mean and im_std in the simulation environment. To use the pre-train model, are we expected to normalize…
-
Hi,
thank you very much for publishing such a wonderful work, it is a great help!
I have a question regarding data normalization.
I'd like to use your code for my data and a bit confused about how…
-
My texture mapping on the sphere looks weird
![image](https://github.com/user-attachments/assets/51331469-97a1-4fb0-aedd-28a89d8713b6)
![image](https://github.com/user-attachments/assets/317140c2-66…
-
Sorry, if this is dumb question!
The resnet tensor flow model that is in tensorflow, expects the input images to be processed by the per_image_standardization function, that subtracts the mean and d…
-
Dear authors,
I wonder if the input image data has been standardized preprocessed (e.g. mean_vals = [0.471, 0.448, 0.408] std_vals = [0.234, 0.239, 0.242]). I can't find the relevant code.
If the a…