twitchslam icon indicating copy to clipboard operation
twitchslam copied to clipboard

A toy implementation of monocular SLAM written while livestreaming

Results 9 twitchslam issues
Sort by recently updated
recently updated
newest added

I noticed that the frame processing time gets higher and higher as new images come in, even by disabling the optimization step. Is there a way to handle this slow...

# Dependency Issues The project does not run right out of the box as it depends on the following 1. Eigen (3.3.4) 2. Pangolin 3. G2Opy # Quick and Easy...

How to import the .so libraries?

gur@ugur-Mac ugur@ugur-Mac twitchslam-master % F=525 python3 slam.py videos/test_drone.mp4 pygame 2.0.1 (SDL 2.0.14, Python 3.9.2) Hello from the pygame community. https://www.pygame.org/contribute.html using camera 1024x576 with F 140.000000 pygame 2.0.1 (SDL 2.0.14,...

This issue only appear if pangolin is compiled from [here](https://github.com/stevenlovegrove/Pangolin). How would I add `DrawCameras()` to the original repository?

*** frame 2/628 *** Matches: 1581 -> 1581 -> 1215 -> 1214 Culled: 0 points Pose: 0.022129 Traceback (most recent call last): File "./slam.py", line 218, in slam.process_frame(frame, None if...

![screenshot from 2018-05-31 18-29-39](https://user-images.githubusercontent.com/20015479/40788887-57ca8d00-6506-11e8-8916-708422bdddae.png) ![screenshot from 2018-05-31 18-30-04](https://user-images.githubusercontent.com/20015479/40788896-5dd0007c-6506-11e8-984b-b165ddf46555.png) ![screenshot from 2018-05-31 18-30-20](https://user-images.githubusercontent.com/20015479/40788912-65c01ec0-6506-11e8-90fa-c9917dab4fb6.png) can not work with test_freiburgrpy525.mp4

Is there any overlap in math for twitchslam https://colmap.github.io

I keep running into the following error and I'm not sure whats causing it. When I attempting a ransac calculation the following error pops up, and it's not consistent, sometime...