co-tracker icon indicating copy to clipboard operation
co-tracker copied to clipboard

demo.ipynb error

Open kobyzev-yuri opened this issue 1 year ago • 5 comments

image

kobyzev-yuri avatar Oct 22 '24 10:10 kobyzev-yuri

demo.ipynb error like in screen shot.

kobyzev-yuri avatar Oct 22 '24 10:10 kobyzev-yuri

Also getting the same error

arghhhhh avatar Oct 22 '24 17:10 arghhhhh

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

nikitakaraevv avatar Oct 23 '24 11:10 nikitakaraevv

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]

sanjomathew09 avatar Oct 23 '24 15:10 sanjomathew09

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

Just tested and confirmed it works now!

arghhhhh avatar Oct 25 '24 18:10 arghhhhh