Open mabel-lr opened 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
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')
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