Lihang Li
Lihang Li
@andrewssobral Sounds great! Looking forward to it:-)
Any updates on the 6FUS camera? @TheCrypt0 Do we have a rough date when it will be available? I'm more than happy to do any help (development, testing, etc.)!
Definitely good news!!! I'm also a developer with experience on embedded Linux development, willing to do any help with Development/Testing:-)
Hi, I wonder if you have figured out what is the root cause for this problem. I got `Segmentation Fault` too on a `Fedora 20` machine, after seeing the [PTAM...
@avanindra Hi there, trying to get your branch "ptam_poses" running up, however got the errors below: ``` make[2]: *** No rule to make target `../link_libraries/glfw.so', needed by `opendtamdemo'. Stop. make[1]:...
@avanindra Got the problem fixed by replacing the last line of the CMakeLists.txt by: ``` target_link_libraries( opendtamdemo OpenDTAM ${OpenCV_LIBS} ${Boost_LIBRARIES} ${QT_LIBRARIES} visualization3d GLEW cvd ptam the_absolute_path_to_libglfw.so ) ``` Hope it...
@anuranbaka Thanks, already got the problem fixed and the code compiles and runs. For the initialization part, I'm sort of using the PTAM sparse initialization as @avanindra did. BTW, I...
@Batistleman I verified the patch and it works under my Ubuntu 12.04 box.
@anuranbaka Thanks for the information, Paul. The authors of DTAM, they use GTX780 for their demo, I believe, as described in the paper, but the card is gone and can't...
Great! I think we should use real **commodity** cards to achieve real-time performance. I'm now investigating the algorithms in the DTAM paper and trying to bring up the initialisation part....