Nataniel Ruiz
Nataniel Ruiz
I am using the sample_texture.py script without modification to save the textures. The texture components are randomly sampled. For the last image though, all components are 0 except the first...
Sorry I meant to say -3 instead of -2. Here is the sample I get:  My code is the same as yours except -3 instead of -2
Please let me know if you've had any luck reproducing this. Thank you!
Okay this is great then! It means there is something going wrong on my end and that the model is good. I will investigate and then update this. For now...
@TimoBolkart Okay. I am reopening. I re-cloned the project and used a clean conda venv to reinstall all packages and then re-ran the code. I get the same result. The...
I have found the line of code that creates the clipping artifacts: `tf_tex = tf.cast(tf.clip_by_value(tf_tex, 0.0, 255.0), tf.int64)` Do you have that same line in your code? If I comment...
Very strange. Thank you for your help though.
Hi @1adrianb I was wondering which layers are missing from the image, I am a little confused. And also if you can still provide the more organized figure. Thanks!
@1adrianb Hey no problem. I kinda understand everything better after reading your other paper and the hourglass network paper but it would be very helpful to have the figure. Thanks...
Cool thanks