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
I'm an absolute noobie in the coding field, but i have followed the tutorial for this open source program every last step. I have solved every upcoming error so far, by troubleshooting the web, but this one i just can't wrap my head around..
I'm trying to generate the transform.json file with this code sentence:
This discussion was converted from issue #251 on March 01, 2022 08:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I'm an absolute noobie in the coding field, but i have followed the tutorial for this open source program every last step. I have solved every upcoming error so far, by troubleshooting the web, but this one i just can't wrap my head around..
I'm trying to generate the transform.json file with this code sentence:
python scripts/colmap2nerf.py --colmap_matcher exhaustive --run_colmap --aabb_scale 16 --images <image/path>
Then everything seems to be working perfectly for a few minutes, until this error shows:
numpy.core._exceptions.UFuncTypeError: Cannot cast ufunc 'add' output from dtype('float64') to dtype('int32') with casting rule 'same_kind'
Do you have any idea what might be the problem
Thank you
Beta Was this translation helpful? Give feedback.
All reactions