Skip to content
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

the argument needed to change the default directory in pathology/tumor_detection/README.MD #1704

Open
EinfachYan opened this issue Apr 30, 2024 · 0 comments

Comments

@EinfachYan
Copy link

Describe the bug

In README.MD:

you can easily modify it to point to a different directory by passing the following argument in the runtime: --data-root /other/data/root/dir/

In .py files:

    parser.add_argument(
        "--root",
        type=str,
        default="/workspace/data/medical/pathology",
        help="path to image folder containing training/validation",
    )

“--data-root ” in README.MD should be changed to "--root" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant