@AJoel Please, the image dataset link needs to be fixed.
No it is actually correct.
If you are using kaggle or even jupyter notebooks, use this:
First Cell %%writefile bucket.txt images-20251223T085919Z-3-001.zip images-20251223T085919Z-3-002.zip images-20251223T085919Z-3-003.zip images-20251223T085919Z-3-004.zip images-20251223T085919Z-3-005.zip images-20251223T085919Z-3-006.zip images-20251223T085919Z-3-007.zip images-20251223T085919Z-3-008.zip
Second Cell %%bash while read f; do wget -c https://storage.googleapis.com/unido-afririce/$f done < bucket.txt Third Cell (Optional) !mkdir -p images
Fourth Cell (Optional) %%bash SRC="/kaggle/input/unidp-africarice-data" DST="/kaggle/working/images" find "$SRC" -type f -path "*/images/*" -exec cp -n {} "$DST/" \;
Really. Okay let me check again.
@CideJoe Sorted👍. I think using wget works better and faster for me.
You're welcome Big Man!
No it is actually correct.
If you are using kaggle or even jupyter notebooks, use this:
Fourth Cell (Optional) %%bash SRC="/kaggle/input/unidp-africarice-data" DST="/kaggle/working/images" find "$SRC" -type f -path "*/images/*" -exec cp -n {} "$DST/" \;Really. Okay let me check again.
@CideJoe Sorted👍. I think using wget works better and faster for me.
You're welcome Big Man!