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
Thanks for your great work! when i run python demo.py --imagedir=movies/IMG_0492.MOV --calib=calib/iphone.txt --stride=5 --plot --viz,The script gets stuck on the second frame of the video. {slam(t, image, intrinsics)} in demo.py have problem,dpvo.py { if self.motion_probe() < 2.0:}{ self.net, (delta, weight, _) =
self.network.update(self.net, ctx, corr, None, self.ii, self.jj, self.kk)}
I use ubuntu20.04
The text was updated successfully, but these errors were encountered:
Thanks for your great work! when i run python demo.py --imagedir=movies/IMG_0492.MOV --calib=calib/iphone.txt --stride=5 --plot --viz,The script gets stuck on the second frame of the video. {slam(t, image, intrinsics)} in demo.py have problem,dpvo.py { if self.motion_probe() < 2.0:}{ self.net, (delta, weight, _) =
self.network.update(self.net, ctx, corr, None, self.ii, self.jj, self.kk)}
I use ubuntu20.04
The text was updated successfully, but these errors were encountered: