我遇到了一组图像(例如,https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/blob/master/stuttgart/stuttgart_cp_00000.npy),它们存储在git lfs
中,信息如下:
version https://git-lfs.github.com/spec/v1
oid sha256:6692f38904c1ae21cd3d3e6e378538c07fda86fe97ee01d8664bb95fc20cd1de
size 8889498
如何查看和下载原始图像文件?我是Git LFS的新手。谁能给出一些可以遵循的详细步骤?
关于我所做的更新:
我下载了github存储库:https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop
将其解压到一个文件夹中,并将其cd
到子文件夹stuttgart
(下面是包含的内容:https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/tree/master/stuttgart)。
键入命令git lfs pull
(通过git bash
win10),但得到此错误:"batch response:Rate limit exceeded:https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop.git/info/lfs/objects/batch error: failed to fetch some objects from 'https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop.git/info/lfs‘
发布于 2021-10-21 08:07:54
不需要旧的sha256。
git lfs fetch
git lfs checkout
很好。
https://stackoverflow.com/questions/65603062
复制相似问题