-
Notifications
You must be signed in to change notification settings - Fork 478
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
Update docs and labels for CXR-3 release #227
base: master
Are you sure you want to change the base?
Conversation
@@ -75,7 +75,7 @@ def eval( | |||
parser.add_argument('--metaname', default='model.meta', type=str, help='Name of ckpt meta file') | |||
parser.add_argument('--ckptname', default='model', type=str, help='Name of model ckpts') | |||
parser.add_argument('--n_classes', default=2, type=int, help='Number of detected classes, defaults to 2') | |||
parser.add_argument('--testfile', default='labels/test_COVIDx9B.txt', type=str, help='Name of testfile') |
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.
Same here. test_COVIDx9B does not give me any information on what version it is being used. It makes it also difficult to track previous versions.
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.
let's just focus on the new release and not cleaning up the old ones. For the new datasets COVIDx CXR 3A and 3B, do you think it would just be clearer if it was COVIDx CXR3-2class and CXR3-3class?
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.
Yeah it might be clearer that way, we can use that scheme going forward.
Pull Request Template
Description
Add cleaned CXR-3 label files, update README and COVIDx docs.
Context of change
Please add options that are relevant and mark any boxes that apply.
Type of change
Please mark any boxes that apply.
How Has This Been Tested?
N/A
Checklist:
Please mark any boxes that have been completed.