-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add depth map estimation bundle #411
Comments
Hi @franklinwk , thanks for posting this ticket. May I know that will you contribute this bundle? If meeting any questions during the developing, feel free to ask here. |
@jjomier ^^ |
I have the metadata and models set up, but I'm having some issue figuring out the inference configuration and what from it is needed (dataset directory? data list?). https://github.com/franklinwk/model-zoo/tree/dev/models/bronchoscopic_depthmap_estimation |
@wyli @Nic-Ma is there anyone from the core dev team that can help @franklinwk finish his first MONAI CAI Bundle? It's the first case coming from MONAI Stream. Visually Navigated Bronchoscopy for depth pose estimation using a 3cGAN. Really cool use case. :) |
Hi @franklinwk , please refer to: In inference config file (if exists), please include the following keys: |
for the branch you forked, could you submit a draft PR, thus it's easier to review (and help to debug if needed)? Thanks in advance! |
I've created a draft PR: #447 My main issue is how to set up inference.json, especially network_def when the model wasn't originally made using MONAI. I'm also unsure how to describe the data format to describe grayscale data. |
Hi @franklinwk ,
This bundle is an actual example.
May I know that what is the input shape and what is the value range of the data? |
Add depth map estimation bundle based on: https://github.com/SNRLab/Visually_Navigated_Bronchoscopy
The text was updated successfully, but these errors were encountered: