princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
608 stars 71 forks source link

demo.py #60

Open schwert26 opened 1 month ago

schwert26 commented 1 month ago

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.motionprobe() < 2.0:}{ self.net, (delta, weight, ) = \ self.network.update(self.net, ctx, corr, None, self.ii, self.jj, self.kk)} I use ubuntu20.04