-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect session dates for subjects #6
Comments
Hi @botsunny, |
Hi there, thank you for the reply! I had some time to update the session dates within the .pkl files and it seems to be working (with the exception of a couple subjects which are no longer available in the OpenNeuro dataset), though I am running into an (possibly unrelated) issue where Additionally, on an unrelated question, does the model always produce results even if no aneurysms are detected? Would the resulting nii.gz masks simply be empty? Do let me know if I should open another issue for this question. Thanks again! |
Ok, please let me know if the problem persists after checking the .pkl files. Regarding your second question, YES the model returns an empty array for patients without aneurysms |
Hi there! Thank you for this repository.
I am playing around with the inference code when I realised that the
participants.tsv
file in the dataset downloaded from OpenNeuro contains session dates that do not align withall_test_subs_inhouse.pkl
in theextra_files
directory of this repository.As seen above, the session date for sub-000 in the OpenNeuro dataset is 20110101 but in the given pkl file, it is 20101230. Same goes for the other pkl files in
extra_files
such aspatients_with_voxelwise_labels.pkl
,patients_with_weak_labels.pkl
and the pkl files inForced_CV_for_reproducibility
.Therefore, after running the inference step of the pipeline as described in the README, using the available train outputs/weights provided in
extra_files
, inference results were produced for only 6 patients across the 5 folds, as majority of the testing subject-sessions in each fold does not exist in the OpenNeuro dataset at all.I tried running the pipeline from step 1 and training the network myself, but the result is the same as
Forced_CV_for_reproducibility
is used to restore the subject-session names.(Notice how the session date for sub-005 in the output of
self_trained
is different from that inparticipants.tsv
)Are the contents of
extra_files
currently outdated with the OpenNeuro dataset? I am not super experienced with this and have not engaged with a project of this scale, so apologies if I am misunderstanding anything!The text was updated successfully, but these errors were encountered: