-
Notifications
You must be signed in to change notification settings - Fork 739
add surgtoolloc preprocess notebooks #973
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
Hi @boliu61 , thanks for the updates. I will check the PR and fix the pep8 issue. |
for more information, see https://pre-commit.ci
Supplement on my side: the preprocessing part and training method (yolov5 based) for task 2 (detection) has been added. |
Yiheng's 7 commits look good to me. Thanks for fixing pep8 |
Update: I received the code of task 1 from David, I will update that part soon. |
Hi @yiheng-wang-nv , Please add it to the root README: https://github.com/Project-MONAI/tutorials/blob/main/README.md. Thanks. |
competitions/MICCAI/surgtoolloc/classification_files/cfg_efnb4.yaml
Outdated
Show resolved
Hide resolved
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it looks good to me.
competitions/MICCAI/surgtoolloc/classification_files/cfg_efnb4.yaml
Outdated
Show resolved
Hide resolved
Fixes Project-MONAI#966 cc @yiheng-wang-nv ### Description 1. Add `competitions` directory and move `kaggle` sub-directory under it. Also create `MICCAI` sub-directory. ( Contributed by @boliu61 ) 2. Add preprocessing notebooks to surgtoolloc competition folder (Contributed by @boliu61 ) 3. Add solution of task 2 (Contributed by @yiheng-wang-nv ) 4. Add solution of task 1 (Contributed by David Austin, and cleaned by @yiheng-wang-nv ) ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Yiheng Wang <[email protected]>
Fixes #966 cc @yiheng-wang-nv
Description
competitions
directory and movekaggle
sub-directory under it. Also createMICCAI
sub-directory. ( Contributed by @boliu61 )Checks
./runner [-p <regex_pattern>]