EndoSLAM
EndoSLAM copied to clipboard
EndoSLAM Dataset and an Unsupervised Monocular Visual Odometry and Depth Estimation Approach for Endoscopic Videos: Endo-SfMLearner
Hi, I read from your paper that the reprojection error of your endoscope calibration exceeds 0.2. Will this error be a bit large for an endoscope? Have any of you...
/home/dell/anaconda3/envs/endoslam/bin/python /home/dell/EndoSLAM/EndoSfMLearner/train.py --name /home/dell/EndoSLAM/EndoSfMLearner/train => will save everything to /home/dell/EndoSLAM/EndoSfMLearner/train/03-21-22:36 => fetching scenes in '/home/dell/EndoSLAM/EndoSfMLearner/Data_Path' Traceback (most recent call last): File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 456, in main() File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 113,...
Hello, when I use UnityCam/Colon /pose and I find that the rotation of these cameras are all the same, Is this correct? Maybe it’s a problem with my understanding.
Can you please provide the exact subsets of the data that was used for training the EndoSfM learner models? I would be very grateful if you pointed me to the...
Thank you for your wonderful work! I have access to the EndoSLAM dataset, and I am trying to replicate your published results. I have found that the code seems to...
The Unity data ground truth pose is given in quaternions. However, the pose estimation test-vo.py estimates the pose in rotation and translation. Is there a ready made function that changes...
Hi, I've noticed that in the Unity sequences there are misalignments between all RGB & Depthmap image pairs. For example, try loading one pair using the code below and you'll...
Hello, I have a quick question about the depth map. Is there any scale from the colour of the depth map to mm or cm? Thanks in advance!
Tried to train a model using sequence dataset with provided virtual data, and I found very poor performance and different loss recording in log. Could anyone give me more detail...
How do you organise the training, validation, and testing set for the synthetic Unity data set? Can you just provide more details?