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

demo.ipynb error #121

Open
kobyzev-yuri opened this issue Oct 22, 2024 · 5 comments
Open

demo.ipynb error #121

kobyzev-yuri opened this issue Oct 22, 2024 · 5 comments

Comments

@kobyzev-yuri
Copy link

image

@kobyzev-yuri
Copy link
Author

demo.ipynb error like in screen shot.

@arghhhhh
Copy link

Also getting the same error

@nikitakaraevv
Copy link
Contributor

We just merged a pull request, it should work now with the new code.

@sanjomathew09
Copy link

image

inv_tracks, inv_visibilities, __ = self.model(
video=inv_video, queries=inv_queries, iters=6
)
inv_tracks, inv_visibilities, _, _ = self.model(
video=inv_video, queries=inv_queries, iters=6
)
outputs = self.model(video=inv_video, queries=inv_queries, iters=6)
inv_tracks, inv_visibilities = outputs[0], outputs[1]

@arghhhhh
Copy link

We just merged a pull request, it should work now with the new code.

Just tested and confirmed it works now!

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

4 participants