This repository contains a collection of tools for working with and testing various features of the essential LAC functions, e.g. YOLO, SLAM, A*, etc...
-
Ensure required dependencies are installed
-
Download/extract Kaggle Artificial Lunar Landscape Dataset
-
Download url:
https://www.kaggle.com/datasets/romainpessia/artificial-lunar-rocky-landscape-dataset -
Extract the downloaded file (archive.zip) to:
datasets/kaggle/artificial_lunar_landscape
-
-
Run yolo_preprocess_synthetic_lunar_dataset.py to preprocess Kaggle dataset into required YOLO format
-
Run yolo_bb_train.py
-
View output visualizations in /runs directory
- Run yolo_bb_val.py
- Run yolo_bb_predict.py
- Run yolo_clear.py (untested)