From 75044d3df51ce6cc657a0954d49652fc59925b2e Mon Sep 17 00:00:00 2001
From: neeloyc2 <neeloyc2@illinois.edu>
Date: Mon, 17 Feb 2025 17:34:56 -0600
Subject: [PATCH] Edit README.md

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 97663f7..97fe392 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,11 @@ Below, we give a high-level overview of the directory structure of our project.
       ```
 
 ## Collecting Offline Dataset
-At this time, we are not planning to release the dataset we collected for training and evaluation. 
-However, we provide instructions for how to curate your own dataset containing RGB, depth, and pose frames.
+
+Our dataset is released online and can be downloaded [here](https://uofi.box.com/s/arc2wswqfk0ksld6zovexlj3eayiv20o).
+We generated our dataset by collecting samples from the Terrasentia Dataset found [here](https://github.com/jrcuaranv/terrasentia-dataset).
+
+We also provide instructions for how to curate your own dataset containing RGB, depth, and pose frames.
 Follow the instructions [here](ros/catkin_ws/src/data_collection/README.md) to collect your own dataset.
 
 ## Training and Evaluating Depth Models
-- 
GitLab