neuronets / ams

Automated meningioma segmentation
6 stars 2 forks source link

changed Dockerfiles to load the model from osf #6

Closed Hoda1394 closed 3 years ago

Hoda1394 commented 3 years ago

I tested both cpu and gpu images and both are working. @kaczmarj - I was wondering why we have the annexed model file in ams folder? should we remove it?

satra commented 3 years ago

@Hoda1394 - we should remove the image pointer. it looks like the image itself points to a git annex, but the git-annex is not part of this repo.

also osf just imposed new restrictions on data sizes, so we will have to keep an eye out for that and may have to use a publicly shared folder from the mit gdrive instead.

Hoda1394 commented 3 years ago

I removed the annex pointer.