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 Sep 2, 2024. It is now read-only.
Hi,
I would love to do some experiments with this fascinating work, but I'm having trouble getting the code to run.
At first I tried on a MacBook Pro M1, using Python 3.9, which I expected to be a challenge. It went better than expected, but ran into trouble with the open3d and python-opencv packages (no compatible package found).
Ultimately I switched to the Rosetta (i386) emulation on the same computer, using Python 3.8, but still no luck with Open3D. Then I read somewhere that using Python 3.7.7 should work, but this resulted in a humongous log of compiler errors and warnings. Since I'm pretty new to Python, can you say which version you used at the time of creation? And which operating system and version?
The text was updated successfully, but these errors were encountered:
To others who may be interested: after a lot of thrashing about, there's a good chance that the only lines that really need to be changed are these two at the top of config.py, just change "cuda" to "cpu":
train_device = "cuda:0"
eval_device = "cuda:0"
So my next step is to try it with my own SfM datasets.
And before I forget: thanks for making this available, it is a really very impressive work!
Hi,
I would love to do some experiments with this fascinating work, but I'm having trouble getting the code to run.
At first I tried on a MacBook Pro M1, using Python 3.9, which I expected to be a challenge. It went better than expected, but ran into trouble with the open3d and python-opencv packages (no compatible package found).
Ultimately I switched to the Rosetta (i386) emulation on the same computer, using Python 3.8, but still no luck with Open3D. Then I read somewhere that using Python 3.7.7 should work, but this resulted in a humongous log of compiler errors and warnings. Since I'm pretty new to Python, can you say which version you used at the time of creation? And which operating system and version?
The text was updated successfully, but these errors were encountered: