You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, it is a wonderful job, but I have encountered some minor problems.
After executing generate_notex.py, I obtained rgb_0001.png and d_0001.npz, but the former has a size of 512 * 512, while the latter has a size of 256 * 256. When I ran visualizing. py, I also found that the shape of the image was 512 * 512, while the shapes of dmap and nmap were both 256 * 256, which would cause the code to error.
Thanks advance for your help.
The text was updated successfully, but these errors were encountered:
Hello, it is a wonderful job, but I have encountered some minor problems.
After executing
generate_notex.py
, I obtainedrgb_0001.png
andd_0001.npz
, but the former has a size of 512 * 512, while the latter has a size of 256 * 256. When I ranvisualizing. py
, I also found that the shape of the image was 512 * 512, while the shapes of dmap and nmap were both 256 * 256, which would cause the code to error.Thanks advance for your help.
The text was updated successfully, but these errors were encountered: