neheller / kits19

The official repository of the 2019 Kidney and Kidney Tumor Segmentation Challenge
Other
432 stars 178 forks source link

Full Installation Guide #45

Closed jchen42703 closed 3 years ago

jchen42703 commented 4 years ago

I think it's worth mentioning that when cloning the repository directory with git clone https://github.com/neheller/kits19, the segmentations are not always cloned.

I ended having to run

git lfs install --skip-smudge --skip-repo <- also added this
git clone https://github.com/neheller/kits19
cd kits19
git lfs pull <- added this

to get the segmentations to install fully.

Just thought it's something worth noting on the README. Wonder if this was true for other people as well?

neheller commented 4 years ago

When is the last time you tried this? The repository should be free of LFS now.

jchen42703 commented 4 years ago

Right now (in Colab). I had a problem with git rev-parse when I tried the README method. I thought to try git lfs again after seeing that the segmentation files are still being stored by git lfs:

neheller commented 4 years ago

Shoot, not sure how I missed this when testing. I'll dig into it now

neheller commented 4 years ago

How about now?