You have arrived at the GitHub repo hosting the website https://insectrobotics.github.io/ant-grasp-dataset
This branch is the development branch and can be found at https://prolley-parnell.github.io/ant-grasp-dataset
Some of the files are stored in Git LFS (Large File Storage), so the file uploaded in this repo is only a pointer. To access the real file, follow these instructions:
Follow the instructions on the website: Installing Git LFS
git clone https://github.com/insectrobotics/ant-grasp-dataset.gitThis line would pull everything (probably don't do this, it's about 8.8GB in total).
git lfs pull This line would only pull files for the given directory (1.07 GB).
git lfs pull --include "dataset/Video/240905/240905-1616/*"Alternatively, this line would only pull all the analysis input and output data available (1.27 GB).
git lfs pull --include "dataset/Data/*"