Can anyone help me with this? #1012
Answered
by
superhandishere
tomhostler
asked this question in
Q&A
Replies: 3 comments 2 replies
-
all of the version problems |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try VS2019
Apparently this is a windows adaptive issue
tomhostler ***@***.***>于2022年10月18日 周二04:11写道:
Hey, thanks for the reply - but could you expand a little more please?
I installed all the versions of Cuda, CMake, Colmap and Python as directed
- alongside VS 2022 on Win 11 Pro. I also installed the optional OptiX and
Vulkan SDk too.
My own research suggested Numpy versioning issues, so I tried
re-installing / upgrading that library too - but same issue.
I can parse the Python for the provided 'fox' demo scene, but when I try
to run the Colmap2Nerf script I get that 'invalided Win32 application
error'.
Again, my research suggests its often encountered with versioning issues
of Python these libraries, but as I followed the directed instructions, i'm
a bit stumped as to where to start.
Any more pointers greatly appreciated
T
—
Reply to this email directly, view it on GitHub
<#1012 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXVSKD2PSUWCF35YCBGQTTWDWXHJANCNFSM6AAAAAARGBAZBU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Pardon for what is absurd*
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tomhostler
-
Glad it worked!
tomhostler ***@***.***>于2022年10月20日 周四22:28写道:
Hey! Thanks for the tip ... it took an entire rebuild, this time using
VS2019, and a lot of grappling with various PATH dependencies along the way
for various Python libraries ... but I now have it working. Thanks!
—
Reply to this email directly, view it on GitHub
<#1012 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXVSKFKLVND3LO2E5OP2JLWEFJJ7ANCNFSM6AAAAAARGBAZBU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Pardon for what is absurd*
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hands-up, i'm n00b!
python /Users/NeRF/instant-ngp/scripts/colmap2nerf.py --colmap_matcher exhaustive --run_colmap --aabb_scale 16
Traceback (most recent call last):
File "C:\Users\NeRF\instant-ngp\scripts\colmap2nerf.py", line 19, in
import cv2
File "C:\Users\NeRF\AppData\Local\Programs\Python\Python39\lib\site-packages\cv2_init_.py", line 8, in
from .cv2 import *
ImportError: DLL load failed while importing cv2: %1 is not a valid Win32 application.
After a lot of research, I have tried reinstalling Python, Colmap, Numpy etc - but can't get this to parse.
Windows 11, VS2022 and followed all the steps as closely as possible.
Any idea where I start to debug this one?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions