JHU-MedImage-Reg / LUMIR_L2R

Baseline methods, training scripts, and pretrained models for LUMIR challenge at Learn2Reg 2024
MIT License
18 stars 2 forks source link

Upload limit reached #1

Closed BoyOfChu closed 3 months ago

BoyOfChu commented 3 months ago

When I am preparing to submit the results of the LUMIR task and upload the results, a prompt appears saying "Upload limit reached" when it reaches 80%. Is there any solution to this issue?

junyuchen245 commented 3 months ago

Hi,

Please review these two posts:

  1. Discussion on upload limits despite multiple submissions allowed per day
  2. Submission Q&A

Based on these, it appears you might be encountering the second issue listed. To resolve this, you have a couple of options: You can register as a verified user, or try submitting your data in 16-bit precision by using the numpy operation .astype(np.float16).

Junyu

BoyOfChu commented 3 months ago

Thank you for your information. I've initiated the account verification process, although it may take some time. Additionally, nii files do not inherently support float-16.

junyuchen245 commented 3 months ago

I see. It looks like getting a verified account is the only option. Thank you for bringing this to my attention.

Junyu