guibo-tech / BIMAP-NeRF-Endoscopy-3DReconstruction

Neural Radiance Fields for 3D Reconstruction in Monoscopic Laryngeal Endoscopy. Implemented for ISBI 2024.
Apache License 2.0
0 stars 0 forks source link

Adapt code of EndoNerf-medair #10

Open mabel-lr opened 1 year ago

mabel-lr commented 1 year ago

in the endonerf project they use images with tools, so they manage occlusion in their code. we have to modify this because we don't have this part

guibo-tech commented 1 year ago

Try modfyng this argument to avoid tool occlusion.

run_endonerf.py

parser.add_argument("--no_mask_raycast", action='store_true', help='disable tool mask-guided ray-casting')