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

Upload latest GT on OpenNeuro #44

Closed
jcohenadad opened this issue May 17, 2024 · 4 comments
Closed

Upload latest GT on OpenNeuro #44

jcohenadad opened this issue May 17, 2024 · 4 comments

Comments

@jcohenadad
Copy link
Member

After discussing with @rohanbanerjee I realized that the current GT on OpenNeuro are the original ones provided by the sites. Since then, this GTs have been revisited. We should upload them on OpenNeuro (replace the current ones to avoid confusion).

Related to #30

@rohanbanerjee
Copy link
Collaborator

The latest GTs have been uploaded to Openneuro and is the v1.1.0 version of the dataset.

More details:

1. Reads subjects from the respective yml files (to know which subjects were manually corrected)
2. Copies the manually segmented files from the nnUNet datasets (that were used for training the active learning rounds) to the openneuro dataset.
3. Updates/Appends the json sidecar files with the below information
{	
      'Name': 'Manual',                                        
      'Author': 'Rohan Banerjee and Merve Kaptan (Manually corrected after initial segmentation done by EPISeg model 
      (https://github.com/sct-pipeline/fmri-segmentation/releases/tag/v0.2))',                                         
      'Date': time.strftime('%Y-%m-%d %H:%M:%S')
}

The above json file updation follows this comment

@rohanbanerjee
Copy link
Collaborator

Steps/Commands followed to download and update the dataset on Openneuro:

1. Download the data:
openneuro upload --dataset ds005143 -i openneuro_data

2. Updating the dataset using the script mentioned in the above comment

3. Upload the new snapshot of the dataset: 
openneuro upload --dataset ds005143 -i openneuro_data

@rohanbanerjee
Copy link
Collaborator

rohanbanerjee commented May 31, 2024

{
'Name': 'Manual',
'Author': 'Rohan Banerjee and Merve Kaptan (Manually corrected after initial segmentation done by EPISeg model
(https://github.com/sct-pipeline/fmri-segmentation/releases/tag/v0.2))',
'Date': time.strftime('%Y-%m-%d %H:%M:%S')
}

There should be three values. For eg in the above json, there should be, for our case:

  • Initial author
  • AI Model
  • Manual rater

@rohanbanerjee
Copy link
Collaborator

rohanbanerjee commented Jun 17, 2024

The mentioned update has been done in the new version of the dataset --> https://openneuro.org/datasets/ds005143/versions/1.2.0

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

2 participants