Tanmay Gupta

Results 21 comments of Tanmay Gupta

Hi @jun0wanan, In current form, our code base only supports single GPU training. Part of the challenge in supporting multi-gpu training is the contrastive loss which requires one caption to...

Perfect! Is there also a function that would give a summary of executed steps as follows:

@epwalsh fixed the formatting issues. Not sure if the remaining 3 failing checks are related to this PR?

Hi, I wrote code for tracking and mapping using your experimental branch APIs and the code works perfectly for the synthetic data which you read using loadAhanda. However, when I...

Hi Xiaoshui, My best hypothesis so far is that the synthetic image sequence on which the code works fine is marked by significant motion of camera between consecutive frames. On...

I noticed that in convertAhandaPovRayToStandard function the rotation matrix is read as: R.row(0)=Mat(direction.cross(upvector)).t(); R.row(1)=Mat(-upvector).t(); R.row(2)=Mat(direction).t(); While R.row(0) and R.row(2) look correct I don't understand why R.row(1) is not Mat(R.row(0).cross(R.row(2))).t()? It...

I actually abandoned OpenDTAM and instead am now using LSD-SLAM to get the camera poses and then wrote my own dense depthmap generation code along the lines of DTAM but...

Hi Johnny, @johnny871227 Unfortunately the paper (of which dense depth estimation was a part) wasn't accepted in Siggraph and I started working on a different project in the meantime. Shoot...

Hi @johnny871227, I replied to you. But since its a very general question I will also answer here for the benefit of others who might be interested and to facilitate...