RViMLab / MICCAI2023-Camera-Motion-Prediction

Predicting and estimating camera motion in endoscopic interventions
6 stars 1 forks source link

README file request #1

Closed lhaippp closed 9 months ago

lhaippp commented 9 months ago

Thanks for your excellent work, The topic(deep homography and endoscopy imaging) is really interesting! By the way, I would like to ask whether you could provide a README file for the authors?

mhubii commented 9 months ago

hi @lhaippp , yes good point, let's add a readme

mhubii commented 9 months ago

there is now a readme, please let me know if this works for you. Sorry, but the code is a little messy and definitely needs some re-factoring. If you need help running inference for anything (for comparisons etc), please let me know and I'll help you out

lhaippp commented 9 months ago

Hi mhubii, Thank you very much for your help! I'll try to run it first.

mhubii commented 9 months ago

See the problem is there are plenty hard-coded paths, data modules that require pre-processing of the open source datasets...

This repository is unfortunately not very run-able at the moment.

However, configurations for the homography prediction on cholec80 are e.g. here https://github.com/RViMLab/MICCAI2023-Camera-Motion-Prediction/blob/main/config/homography_imitation/conv_homography_predictor_cholec80.yml

The main reads these configs and loads modules accordingly. I don't think this runs on someone else's machine out of the box