Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference error on windows #62

Open
lqxisok opened this issue Jul 27, 2022 · 2 comments
Open

Inference error on windows #62

lqxisok opened this issue Jul 27, 2022 · 2 comments

Comments

@lqxisok
Copy link

lqxisok commented Jul 27, 2022

I have built the extensions and then attempt to run a demo of sfm_bench provided at the readme. But after several tries, I always get an error with the following message:

ii, jj = torch.as_tensor(es, device=self.device).unbind(dim=-1)
ValueError: not enough values to unpack (expected 2, got 0)

An interesting observation is the images of the sfm_bench demo could be shown usually. While, when entering into the driod.terminate() function, the program crashes with the above error. I find that the value of delta.norm(dim=-1).mean().item() (in motion_filter.py) is strange ( ~0.0027 ). As the filter_threshold is set at about 2.4, I guess the frame data can not be added into self.video

My question is does it only happen on windows? I will give try on ubuntu to take a further test. Thx for reply.

@songlin
Copy link

songlin commented Jan 6, 2023

@lqxisok Hi, I met the same problem, Can you share how you solved this problem?

@Sebastian-Garcia
Copy link

Was this ever solved on Windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants