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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
For example, when the img_size gradually increases to 65 and the resolution_vol is 128, the upsampling operation is not performed, which will lead to subsequent size errors.
The text was updated successfully, but these errors were encountered:
Thanks for pointing. This is an argument once I hoped to reproduce EG3D's operation. However, I could not get any good results and did not check carefully on this again. It might be incompatible now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When setting
prog_nerf_only
to true, we should upsample x and img to resolution_vol:StyleNeRF/training/stylenerf.py
Lines 1848 to 1851 in a1f6094
However, there is a bug in the function
upsample
:StyleNeRF/dnnlib/geometry.py
Lines 26 to 37 in a1f6094
For example, when the img_size gradually increases to 65 and the resolution_vol is 128, the upsampling operation is not performed, which will lead to subsequent size errors.
The text was updated successfully, but these errors were encountered: