PJLallen / D2GPLand

Official Implementation of MICCAI 2024 paper "Depth-Driven Geometric Prompt Learning for Laparoscopic Liver Landmark Detection"
MIT License
10 stars 0 forks source link

May I ask how the depth map is generated specifically #2

Open pengjianqiang opened 1 week ago

pengjianqiang commented 1 week ago

I ran ”./LeReS/Minist_Test/tools/test_depth. py“ file in the AdelaiDepth project, but the results of the depth map from the test are too different from those in the given dataset, may I ask how the depth map in the dataset is generated specifically?

cuiruize commented 6 days ago

For depth generation, we use the "./LeReS/Minist_Test/tools/test_depth. py" with the resnext101 backbone. Please kindly follow the instructions of AdelaiDepth and run the command "python ./tools/test_depth.py --load_ckpt res101.pth --backbone resnext101" to generate depth maps. The results should be the generated files with "-depth_raw.png" as the suffixes. Thanks for your attention.